update README.md

This commit is contained in:
Jakub Miazek 2022-06-06 20:25:51 +02:00
parent 1756478415
commit a2711b5477

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.
@ -48,4 +49,5 @@ And after some tweaking I got desired result
Hope you enjoy it. 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