rw create table when start app

This commit is contained in:
2025-03-12 20:52:23 +08:00
parent d9a71976f5
commit 210603b685
9 changed files with 898 additions and 104 deletions

View File

@@ -12,7 +12,8 @@
"test:analytics": "tsx scripts/analytics-test.ts",
"ch": "bash db/sql/clickhouse/ch-query.sh",
"check-schema": "node db/db-inspector/run-all.js",
"pg": "node db/sql/postgres/pg-query.js"
"pg": "node db/sql/postgres/pg-query.js",
"manual-sync": "tsx src/scripts/manualSync.ts"
},
"keywords": [],
"author": "",
@@ -39,6 +40,7 @@
"@types/dotenv": "^8.2.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.30",
"@types/pg": "^8.11.11",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",