feat: add database connection with modified endpoints

This commit is contained in:
2025-07-22 17:05:21 +00:00
parent 28314e3865
commit 83d828c935
10 changed files with 111 additions and 17 deletions

12
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"recommendations": [
"ms-python.python",
"ms-python.debugpy",
"mtxr.sqltools",
"mtxr.sqltools-driver-pg",
"genieai.chatgpt-vscode",
"humao.rest-client"
],
"unwantedRecommendations": [
]
}