A simple migrations system for asyncpg and aiosqlite. Current version 0.4.0, supports Python 3.8+. Release cadence is irregular, with few releases since inception.
pip install asyncpg-trekNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run migrations using an asyncpg connection and a local 'migrations' directory.
Check if you use custom backends; update imports if needed.
If you implemented a custom backend, split your class according to the new interfaces.
No immediate action needed.
pip install aiosqlite
Ensure you call asyncpg_trek.migrate() before running migrations, and verify the database schema is accessible.