Pogo migrate - asyncpg migration tooling
pogo-migrate is a migration tool intended for use with asyncpg and assists
with maintaining your database schema (and data if required) as it evolves.
Pogo supports migrations written in raw sql, as well as python files (useful
when data needs to be migrated).
A migration can be as simple as:
-- a descriptive message
-- depends: 20210101_01_abcdef-previous-migration
-- migrate: apply
CREATE TABLE foo (id INT, bar VARCHAR(20), PRIMARY KEY (id));
-- migrate: rollback
DROP TABLE foo;
Pogo manages these migration scripts and provides command line tools to apply, rollback and show migration history.
See the docs for more details.
Thanks and Credit
Release files for pogo-migrate 0.4.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pogo_migrate-0.4.6.tar.gz | 88.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pogo_migrate-0.4.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 105.5 kB
Release files / pogo_migrate-0.4.6.tar.gz
| Download URL | pogo_migrate-0.4.6.tar.gz |
|---|---|
| Size | 88.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6cb47a60b6da45bade8a3775833f3102ceadae0ad5855da5d8cd563b877b511
|
|
BLAKE2b-256 checksum How to use checksums |
423df09632708b392433c0724bf21a7954cf7993e95ee7fb0c4ae07f04a09c21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / pogo_migrate-0.4.6-py3-none-any.whl
| Download URL | pogo_migrate-0.4.6-py3-none-any.whl |
|---|---|
| Size | 16.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c53d656d8b39fadebf124eb742c78fea5c6c165d9beb4c137dbe6e1587eeab6a
|
|
BLAKE2b-256 checksum How to use checksums |
50ff0484558f2124d235e5c5e4b406cf34070e58ca61fd66cd2802cd2cfe53c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|