mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update README.md
This commit is contained in:
parent
9a7dff4b62
commit
678bf14786
@ -128,7 +128,7 @@ Setup user authentication with JWT and Redis as token storage.
|
|||||||
### Local development with poetry
|
### Local development with poetry
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pyenv install 3.12 && pyenv local 3.12
|
pyenv install 3.13 && pyenv local 3.13
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
poetry install --with dev
|
poetry install --with dev
|
||||||
@ -189,6 +189,7 @@ I've included a few of my favorites to kick things off!
|
|||||||
- **[JUN 8 2024]** implement asyncpg connection pool :fast_forward:
|
- **[JUN 8 2024]** implement asyncpg connection pool :fast_forward:
|
||||||
- **[AUG 17 2024]** granian use case implemented with docker compose and rich logger :fast_forward:
|
- **[AUG 17 2024]** granian use case implemented with docker compose and rich logger :fast_forward:
|
||||||
- **[OCT 16 2024]** apscheduler added to project :fast_forward:
|
- **[OCT 16 2024]** apscheduler added to project :fast_forward:
|
||||||
|
- **[DEC 16 2024]** bump project to Python 3.13 :fast_forward:
|
||||||
|
|
||||||
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user