@enalmada/drizzle-helpers
v0.0.17
Published
drizzle postgres utilities for connection, migration, and relational query simplification
Downloads
159
Maintainers
Readme
Drizzle Helpers (for postgres)
The helpers has 3 components:
- migration script
- optimized db connection code
- ORM helpers to simplify single result, pagination, etc
Getting Started
Read the documentation See example in nextjs-boilerplate
Build Notes
- Using latest module and target settings for current LTS
- using tsc for types until bun support comes around
Contribute
Using changesets so please remember to run "changeset" with any PR