You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bun has a built-in SQLite client with bun:sqlite. We also want it to support using SQLite with the new Bun.sql APIs, which currently supports Postgres.
Bun has a built-in SQLite client with
bun:sqlite. We also want it to support using SQLite with the newBun.sqlAPIs, which currently supports Postgres.