agnyz / the-bed-stack

Bun + ElysiaJS + DrizzleORM = the stack you don't want to sleep on 🛌💤
https://agnyz.github.io/the-bed-stack/
MIT License
38 stars 3 forks source link

Setup Bun's native SQLite3 driver #21

Closed yamcodes closed 1 year ago

yamcodes commented 1 year ago

See implementation details here: https://bun.sh/docs/api/sqlite

yamcodes commented 1 year ago

Wontfix. Internally decided to ditch Sqlite in favor of PostgreSQL since Bun+Drizzle doesn't really work with Sqlite+File-based/In-memory db. And we don't really want to use Turso since we prefer a local DB for the scope of this project.