Added proper support for all databases
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
uvicorn[standard]==0.21.1
|
||||
fastapi==0.95.0
|
||||
SQLAlchemy[asyncio]==2.0.8
|
||||
SQLAlchemy[asyncio,aiomysql,postgresql_asyncpg,aiosqlite]==2.0.8
|
||||
pydantic==1.10.7
|
||||
platformdirs==3.2.0
|
||||
|
||||
aiosqlite==0.18.0
|
||||
# CockroachDB support
|
||||
sqlalchemy-cockroachdb==2.0.0
|
||||
asyncpg==0.27.0
|
||||
|
||||
Reference in New Issue
Block a user