mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update readme
This commit is contained in:
parent
d05f2cdb2e
commit
b6fe8867c9
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Example of [FastAPI](https://fastapi.tiangolo.com/) integration supported by almighty [Pydantic](https://github.com/pydantic/pydantic)
|
Example of [FastAPI](https://fastapi.tiangolo.com/) integration supported by almighty [Pydantic 2.0](https://github.com/pydantic/pydantic)
|
||||||
with [SQLAlchemy ORM](https://www.sqlalchemy.org/) and PostgreSQL
|
with [SQLAlchemy ORM](https://www.sqlalchemy.org/) and PostgreSQL
|
||||||
connected via fastest Database Client Library for python/asyncio [asyncpg](https://github.com/MagicStack/asyncpg).
|
connected via fastest Database Client Library for python/asyncio [asyncpg](https://github.com/MagicStack/asyncpg).
|
||||||
|
|
||||||
@ -81,6 +81,7 @@ Hope you enjoy it.
|
|||||||
- 14 FEB 2023 bump project to Python 3.11
|
- 14 FEB 2023 bump project to Python 3.11
|
||||||
- 10 APR 2023 implement logging with rich
|
- 10 APR 2023 implement logging with rich
|
||||||
- 28 APR 2023 Rainbow logs with rich :rainbow:
|
- 28 APR 2023 Rainbow logs with rich :rainbow:
|
||||||
|
- 7 JUL 2023 migrate to pydantic 2.0
|
||||||
|
|
||||||
### Local development with poetry
|
### Local development with poetry
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user