We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9915fd commit c5d64f8Copy full SHA for c5d64f8
README.md
@@ -2,7 +2,7 @@
2
3
This is a template for a simple Web REST API using FastAPI with an async Postgres database.
4
Using docker-compose to hook up the database and mounting the
5
-postgres data to my local machine makes development easier for me.
+postgres data to my local machine makes playing around with the example easier for me.
6
7
Communication to the postgres database is done using SQLAlchemy 2.0 ORM style and async
8
database access via asyncpg.
0 commit comments