The app uses asyncpg to connect to postgresql, but there is no backend for asyncpg in yoyo-migrations, so I had to add an extra dependency to psycopg2 just for this.
It will be nice to have a backend for asyncpg or another migration tool that supports it, and remove the dependency to psycopg2.
The app uses
asyncpg
to connect topostgresql
, but there is no backend forasyncpg
in yoyo-migrations, so I had to add an extra dependency topsycopg2
just for this.It will be nice to have a backend for
asyncpg
or another migration tool that supports it, and remove the dependency topsycopg2
.