mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
Merge pull request #48 from grillazz/add-slimfast-option💨
update README.md
This commit is contained in:
commit
975bdd0054
@ -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
|
Loading…
x
Reference in New Issue
Block a user