hotosm / tasking-manager

Tasking Manager - The tool to team up for mapping in OpenStreetMap

Home Page:https://wiki.openstreetmap.org/wiki/Tasking_Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update DB Query schema to use Async

ramyaragupathy opened this issue · 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