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

6
.gitignore vendored
View File

@@ -131,7 +131,11 @@ dmypy.json
.profiling/
# vscode settings
.vscode/
.vscode/*
!.vscode/extensions.json
!.vscode/rest-client.env.json
!.vscode/http
!.vscode/sql
# FastAPI specifics
# .env files used for storing environment variables should not be committed to version control