Added sqlite3 and pg-hstore for sequlize

This commit is contained in:
2024-08-12 22:59:22 +02:00
parent 3f238624f1
commit fe501c0f47
2 changed files with 1316 additions and 14 deletions

View File

@@ -38,6 +38,7 @@
"mongoose": "^8.5.2", "mongoose": "^8.5.2",
"ms": "^2.1.3", "ms": "^2.1.3",
"pg": "^8.12.0", "pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"pretty-ms": "^9.1.0", "pretty-ms": "^9.1.0",
"sequelize": "^6.37.3", "sequelize": "^6.37.3",
"youtube-ext": "^1.1.25" "youtube-ext": "^1.1.25"
@@ -51,6 +52,7 @@
"concurrently": "^8.2.2", "concurrently": "^8.2.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"sqlite3": "^5.1.7",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.5.4" "typescript": "^5.5.4"
}, },

1328
yarn.lock

File diff suppressed because it is too large Load Diff