Update SQLite client configuration from sqlite3 to better-sqlite3

This commit is contained in:
Yan Kuang
2026-02-14 23:53:43 -08:00
parent 011191f645
commit a62b6de9f2

View File

@@ -2,7 +2,7 @@
"database": { "database": {
"engine": "knex-native", "engine": "knex-native",
"knex": { "knex": {
"client": "sqlite3", "client": "better-sqlite3",
"connection": { "connection": {
"filename": "/app/config/mydb.sqlite" "filename": "/app/config/mydb.sqlite"
}, },