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": {
"engine": "knex-native",
"knex": {
"client": "sqlite3",
"client": "better-sqlite3",
"connection": {
"filename": "/app/config/mydb.sqlite"
},