Merge pull request #48 from grillazz/add-slimfast-option💨

update README.md
This commit is contained in:
Jakub Miazek 2022-06-06 20:28:38 +02:00 committed by GitHub
commit 975bdd0054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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), 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). on [thoughtworks](https://www.thoughtworks.com/radar/languages-and-frameworks?blipid=202104087).
@ -23,6 +23,7 @@ and you receive below list:
```text ```text
build Build project with compose build Build project with compose
clean Clean Reset project containers and volumes with compose clean Clean Reset project containers and volumes with compose
feed_db create database objects and insert data
format Format project code. format Format project code.
help Show this help help Show this help
lint Lint project code. lint Lint project code.
@ -49,3 +50,4 @@ Hope you enjoy it.
### Change Log ### Change Log
- 4 JUN 2022 alembic migrations added to project - 4 JUN 2022 alembic migrations added to project
- 6 JUN 2022 added initial dataset for shakespeare models