You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple FastAPI application with raw SQL queries using `psycopg2`. The database connection is made using an `Database` abstract class, so it is possible to change drivers without much trouble.
2
+
A simple FastAPI application with raw SQL queries using context managers and injecting the SQL driver module.
3
+
4
+
The database connection is made using an `Database` abstract context manager, so it is possible to change drivers without much trouble.
3
5
4
6
### Requirements
5
7
- Python 3.13+
6
-
-[uv](https://github.com/astral-sh/uv)
8
+
-[uv](https://github.com/astral-sh/uv)
9
+
10
+
### Running Project
11
+
Default values for the `.env` files are already set in the dev compose.
0 commit comments