cobble/README.md
Marc Cataford 5dc776b0d2
Some checks failed
/ build (push) Blocked by required conditions
/ tests (push) Successful in 43s
/ sast (push) Has been cancelled
docs: add install/config tips
2024-07-11 21:32:25 -04:00

563 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_APP_USER=...     # Username to connect with when applying migrations
DB_APP_PASSWORD=... # Password to use to connect as $DB_APP_USER
DB_NAME=...         # Database name to apply migrations on