Skip to content

migrate code from aiopg to asyncpg #4529

@sanderegg

Description

@sanderegg

sqlalchemy 1.4.xx and also sqlalchemy 2.0 contains now a full asynchronous engine to access databases.
it is based on asyncpg instead of aiopg.

SEE https://docs.sqlalchemy.org/en/20/orm/extensions/asyncio.html#synopsis-core

we shall first migrate the services, and then remove the aiopg-based code in the packages once it is unused.

Services

Tasks

  • Refactor fixtures for Postgres DB testing

Metadata

Metadata

Assignees

Labels

a:databaseassociated to postgres service and postgres-database packaget:maintenanceSome planned maintenance work

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions