From a2711b547715f30db0b4f18ed71f9f2fcfaaa5c0 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Mon, 6 Jun 2022 20:25:51 +0200 Subject: [PATCH] update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9428e67..50b5ca0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Example for [FastAPI](https://fastapi.tiangolo.com/) integration with [SQLAlchem Beside of using latest and greatest version of [SQLAlchemy](https://www.sqlalchemy.org/) with it robustness, powerfulness and speed of [asyncpg](https://github.com/MagicStack/asyncpg) there is [FastAPI](https://fastapi.tiangolo.com/) (modern, fast (high-performance), -web framework for building APIs with Python 3.7+ based on standard Python type hints.) already reviewed +web framework for building APIs with Python 3.8+ based on standard Python type hints.) already reviewed on [thoughtworks](https://www.thoughtworks.com/radar/languages-and-frameworks?blipid=202104087). @@ -23,6 +23,7 @@ and you receive below list: ```text build Build project with compose clean Clean Reset project containers and volumes with compose +feed_db create database objects and insert data format Format project code. help Show this help lint Lint project code. @@ -48,4 +49,5 @@ And after some tweaking I got desired result Hope you enjoy it. ### Change Log -- 4 JUN 2022 alembic migrations added to project \ No newline at end of file +- 4 JUN 2022 alembic migrations added to project +- 6 JUN 2022 added initial dataset for shakespeare models \ No newline at end of file