GIScience / ohsome-quality-api

Data quality estimations for OpenStreetMap
https://api.quality.ohsome.org
GNU Affero General Public License v3.0
35 stars 7 forks source link

Do not use two database library #746

Open matthiasschaub opened 1 year ago

matthiasschaub commented 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.

Tasks:

Blocked by: https://github.com/GIScience/ohsome-quality-api/issues/814