An open API service indexing awesome lists of open source software.

https://github.com/jod35/sqlalchemy-asyncio

This is code for a video I am making on SQLAlchemy 2.0 demonstrating how to use it with AsyncIO.
https://github.com/jod35/sqlalchemy-asyncio

async-sqlalchemy asyncio python sqlalchemy sqlalchemy-orm

Last synced: 5 months ago
JSON representation

This is code for a video I am making on SQLAlchemy 2.0 demonstrating how to use it with AsyncIO.

Awesome Lists containing this project

README

          

# SQLAlchemy-asyncio
This is code for a video I am making on SQLAlchemy 2.0 demonstrating how to use it with AsyncIO.

## Run the code
- First install requirements with ```pip install sqlalchemy[asyncio] aiosqlite```
- Run the code ```python .py```