Installation
Installing aiohttp-sqlalchemy with pip:
pip install aiohttp-sqlalchemy
Optional requirements
For PostgreSQL support, you also need install asyncpg:
pip install asyncpg
For MySQL support, you also need install aiomysql:
pip install aiomysql
For SQLite3 support, you also need install aiosqlite:
pip install aiosqlite