cobble/README.md
Marc Cataford 4f55ba624a
Some checks failed
/ sast (push) Waiting to run
/ build (push) Blocked by required conditions
/ tests (push) Has been cancelled
refactor: remove APP as part of name, carry-over from pre-extracted version
2024-07-11 21:33:20 -04:00

555 B

cobble

👞 A simple SQL migration utility

Installing

Through go, the tool can be installed via:

go install forge.karnov.club/marc/cobble

Configuring

Connection details about the database to apply migrations on can be provided via environment variables:

DB_HOST=...         # Database host
DB_PORT=...         # Database port
DB_USER=...     # Username to connect with when applying migrations
DB_PASSWORD=... # Password to use to connect as $DB_APP_USER
DB_NAME=...         # Database name to apply migrations on