migrate database from SQLite to PostgreSQL; add PostgreSQL adapter and migration script

This commit is contained in:
ImBenji
2026-04-27 14:33:46 +01:00
parent 653a58b3d8
commit b4df02da0d
13 changed files with 1978 additions and 6 deletions
+2
View File
@@ -17,8 +17,10 @@
"@fastify/static": "^9.1.3",
"@google-cloud/bigquery": "^8.1.1",
"better-sqlite3": "^12.4.1",
"deasync": "^0.1.31",
"fastify": "^5.6.1",
"node-cron": "^4.2.1",
"pg": "^8.20.0",
"playwright": "^1.59.1",
"rss-parser": "^3.13.0",
"sqlite-vec": "^0.1.9"