# 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](https://drizzle-helpers.vercel.app/guides/getting-started/)
See example in [nextjs-boilerplate](https://github.com/Enalmada/nextjs-boilerplate)

## Build Notes
* Using [latest module and target settings](https://stackoverflow.com/questions/72380007/what-typescript-configuration-produces-output-closest-to-node-js-18-capabilities/72380008#72380008) for current LTS  
* using tsc for types until [bun support](https://github.com/oven-sh/bun/issues/5141#issuecomment-1727578701) comes around

## Contribute
Using [changesets](https://github.com/changesets/changesets) so please remember to run "changeset" with any PR
