An open API service indexing awesome lists of open source software.

https://github.com/simonsinclair/elsie


https://github.com/simonsinclair/elsie

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Elsie

## Notes

### "Please install latest version of drizzle-orm"
In order to fix the above error when running `drizzle-kit`, we declare `drizzle-orm` as a root dependency. See: https://github.com/drizzle-team/drizzle-kit-mirror/issues/406#issuecomment-2163856992.

```json
"dependencies": {
"drizzle-orm": "^0.31.2"
}
```