Open matthiasschaub opened 1 year ago
PR #743 introduced the usage of a second database library psycopg in addition to asyncpg for performance reason. We should only use one library.
psycopg
asyncpg
Tasks:
psycopg3
Blocked by: https://github.com/GIScience/ohsome-quality-api/issues/814
PR #743 introduced the usage of a second database library
psycopg
in addition toasyncpg
for performance reason. We should only use one library.Tasks:
asyncpg
and remove dependencypsycopg
usage code to the appropriate layerpsycopg3
.Blocked by: https://github.com/GIScience/ohsome-quality-api/issues/814