Data migration tool for PostgreSQL
Configurations are stored in gimad.json
. They can be overridden using environment variables. For
example, the option db_url
in gimad.json
can be overridden by defining the environment variables
GIMAD_DB_URL
.
rye sync
. .venv/bin/activate
pdm build
twine upload dist/*