feat(db): add PostgreSqlService with pg driver

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-04-05 10:04:48 +08:00
parent 130e0602d1
commit 7e521da3f1
4 changed files with 394 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
"lucide-react": "^0.575.0",
"mssql": "^12.2.0",
"mysql2": "^3.18.2",
"pg": "^8.20.0",
"playwright": "^1.58.2",
"playwright-core": "^1.58.2",
"react-focus-lock": "^2.13.7",
@@ -72,6 +73,7 @@
"@playwright/test": "^1.58.2",
"@types/mssql": "^9.1.9",
"@types/node": "^22.19.13",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^10.0.0",