============ Installation ============ Installing ``sqlalchemy-things`` with pip: :: pip install sqlalchemy-things 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