hotosm/tasking-manager

Update DB Query schema to use Async

ramyaragupathy opened this issue · 1 comments

@kaditya97 please update on the steps involved here

  • Add asyncpg instead of pyscopg to add asnync db query capabilities
  • Update db connection string to facilitate asyncpg postgresql+asyncpg://
  • New db.py file to address async session setup