cleaning up db

This commit is contained in:
2025-03-12 14:08:38 +08:00
parent ae7ea3b567
commit 285a0c780a
11 changed files with 1011 additions and 70 deletions

View File

@@ -9,7 +9,10 @@
"start": "node dist/index.js",
"lint": "eslint src --ext .ts",
"test": "vitest run",
"test:analytics": "tsx scripts/analytics-test.ts"
"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"
},
"keywords": [],
"author": "",
@@ -24,8 +27,10 @@
"dotenv": "^16.4.7",
"hono": "^4.7.4",
"jsonwebtoken": "^9.0.2",
"pg": "^8.14.0",
"redis": "^4.7.0",
"uuid": "^11.1.0"
"uuid": "^11.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@clickhouse/client": "^1.10.1",