https://github.com/simonsinclair/elsie
https://github.com/simonsinclair/elsie
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonsinclair/elsie
- Owner: simonsinclair
- Created: 2024-04-28T11:45:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T18:50:23.000Z (about 2 years ago)
- Last Synced: 2025-03-15T21:50:05.432Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://simonsinclair.github.io/elsie/
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```