knaadh / nestjs-drizzle

A NestJS module for integrating DrizzleORM with Postgres, MySQL, SQLite, Turso and Planetscale drivers
MIT License
86 stars 4 forks source link

Sqlite3 support #9

Open Vector-Green opened 5 days ago

Vector-Green commented 5 days ago

Hi, is it possible to support bun:sqlite3 and just sqlite3 or maybe just with universal driver) I need this feature to make an embedded app)

mithleshjs commented 5 days ago

I am currently experimenting with Bun these days. So expect the driver for it dropping by the end of this week.

mithleshjs commented 4 days ago

Hi, is it possible to support bun:sqlite3 and just sqlite3 or maybe just with universal driver) I need this feature to make an embedded app)

You can make a NestJS service and use bunsqlite. I can help you with it.