nemesiscodex/darti-backend

DB migration without psycopg2

nemesiscodex opened this issue · 1 comments

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.

Here is the open issue in yoyo-migrations repository https://bitbucket.org/ollyc/yoyo/issues/40/asyncpg-backend