Replace better-sqlite3 with built-in SQLite drivers
This commit is contained in:
@@ -25,6 +25,8 @@ A single fact like `I have worked with TypeScript since 2025.` can connect the t
|
||||
|
||||
## Install
|
||||
|
||||
SQLite connections use built-in runtime drivers: `bun:sqlite` under Bun and `node:sqlite` under Node 22+. Run SQLite-backed IdentityDB workloads with Bun or Node 22+. PostgreSQL/MySQL/MariaDB adapters remain usable from Node without SQLite.
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user