All tools/Sqitch

Sqitch

sqitch

Sensible database-native change management for framework-free development and dependable deployment.

Detected by sqitch | macOS, Linux, Windows |sqitch.org

Sync rules

What travels, what stays, what never leaves
Sqitch in your home directory Every rule on this page, by file
name = Octo Cat
email = octocat@example.com
[engine "pg"]
client = /opt/homebrew/opt/libpq/bin/psqlmachine-local
registry = sqitch
target = flipr_test
uri = db:pg://sqitch:FAKEpassword0000@localhost/flipr_test
[engine "sqlite"]
client = /usr/local/bin/sqlite3machine-local
[target "flipr_test"]
uri = db:pg://sqitch:FAKEpassword0000@localhost/flipr_test
[target "flipr_prod"]
uri = db:pg://deploy:FAKEpassword1111@db.example.com:5432/flipr
registry = sqitch
[core "vcs"]
client = /opt/homebrew/bin/gitmachine-local
[deploy]
verify = true

Each machine keeps its own copy of these.

uri

Lifted into your secret store; the rest of the file syncs.

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/sqitch. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits client for you — that part is Otty’s own sync, or a template you write by hand.