To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.1.7. Bun is a fast all-in-one JavaScript runtime.
Modification to the database
bunx drizzle-kit generate
and then do the migration command
bun migrate.ts
Run drizzle-studio locally
bunx drizzle-kit studio