async-fastapi-postgres-template icon indicating copy to clipboard operation
async-fastapi-postgres-template copied to clipboard

Dockerized Async Web REST API template with FastAPI:zap: + Docker:whale2: + SQLAlchemy:floppy_disk:

Results 2 async-fastapi-postgres-template issues
Sort by recently updated
recently updated
newest added

use exec instead run in each docker-compose command

In `src/fastapi_server/app/api/dependencies/database.py` you have a function that redeclares the sessionmaker each time you call it. The purpose of the sessionmaker is to have the settings for all sessions defined in...