FastAPI without ORM
Example repo for the blog series:
- FastAPI without ORM: Getting started with asyncpg
- Demystifying Postgres Schema Migrations: Building it from Scratch
- FastAPI without ORM: Testing with asyncpg
Setup virtualenv and install dependencies:
$ make initRun the app:
$ make devRun tests:
$ make test