databases
pydantic>=1.5
sqlalchemy
typing_extensions

[mysql]
aiomysql
pymysql

[postgresql]
asyncpg
psycopg2

[sqlite]
aiosqlite
