~gellertd


#80 assert version in schema_versions when running migrations inside a docker container 1 year, 8 months ago

Comment by ~gellertd on ~olly/yoyo

Hi,

I experienced the same thing but turns out we deleted the entries in yoyo helper tables and this created this issue, dropping yoyo helper tables and marking the ones already applied as run solved the issue. No issue in the package itself IMO.

#85 possibility to use psycopg3 as postgres backend driver 3 years ago

Ticket created by ~gellertd on ~olly/yoyo

Hi,

now that the psycopg3 package is under active development, would it be possible to either add a switch to find the correct package (try to import psycopg fallback to psycopg2 or fail), or add a new backend which is then chosen by what package is installed?

First this could work in a similar way to the psycopg2 connector, later it is still extendable to asyncio usage and a like if needed.

Thanks for your development. I would like to offer my help if I can do anything.