Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 258 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 258 Bytes

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 <file>.py