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.
- Host: GitHub
- URL: https://github.com/jod35/sqlalchemy-asyncio
- Owner: jod35
- Created: 2023-05-19T06:44:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T06:54:35.000Z (over 2 years ago)
- Last Synced: 2025-03-25T18:21:57.910Z (8 months ago)
- Topics: async-sqlalchemy, asyncio, python, sqlalchemy, sqlalchemy-orm
- Language: Python
- Homepage: https://youtu.be/hkvngd_BUrY?si=-qbZ1pT9LFQORrBO
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```