Use Postgres state DB for Telegram profile updates

This commit is contained in:
Ruslan Bakiev
2026-03-12 17:15:36 +07:00
parent 64e0d7565f
commit 42de04c1f6
6 changed files with 221 additions and 498 deletions

View File

@@ -7,14 +7,14 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.13.9",
"@types/pg": "^8.18.0",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "^1.15.2",
"better-sqlite3": "^12.6.2",
"graphql": "^16.13.1"
"graphql": "^16.13.1",
"pg": "^8.20.0"
}
}