feat: Introduce ASYNC DB as Plug and Play (#16)

Co-authored-by: vikbhas <waraa.vignesh@gmail.com>
This commit is contained in:
vikynoah
2024-11-12 09:54:04 +01:00
committed by GitHub
parent 807af12fa1
commit 2940ddbdcd
4 changed files with 103 additions and 3 deletions

View File

@@ -21,3 +21,6 @@ psycopg-pool>=3.2.2 # PostgreSQL
h11>=0.14.0 # Testing
httpcore>=1.0.5 # Testing
httpx>=0.27.0 # Testing
asyncpg>=0.30.0 #SQLAlchemy
greenlet>=3.1.1 #Async