v0.9.88 major change sqlite to postgres

This commit is contained in:
2026-03-20 10:46:29 -04:00
parent 7dc4cfcbce
commit ac7cba0f92
31 changed files with 3729 additions and 2645 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "jama-backend",
"version": "0.9.87",
"version": "0.10.1",
"description": "TeamChat backend server",
"main": "src/index.js",
"scripts": {
@@ -19,8 +19,8 @@
"sharp": "^0.33.2",
"socket.io": "^4.6.1",
"web-push": "^3.6.7",
"better-sqlite3-multiple-ciphers": "^12.6.2",
"csv-parse": "^5.5.6"
"csv-parse": "^5.5.6",
"pg": "^8.11.3"
},
"devDependencies": {
"nodemon": "^3.0.2"