#sqitch
- Managing Sqitch with Make
https://justatheory.com/2014/02/managing-sqitch-with-make/
- Sqitch Goes Vertical
https://justatheory.com/2014/09/sqitch-goes-vertical/
- Sqitch on Windows (and Linux, Solaris, and OS X)
https://justatheory.com/2013/02/sqitch-on-windows/
- Sqitch Update: All Your Rebase Are...Never Mind
https://justatheory.com/2012/12/sqitch-rebase/
- Sqitch — VCS-powered SQL Change Management
https://justatheory.com/2012/04/sqitch-draft/
Back in January, I wrote three posts outlining some ideas I had about a straight-forward, sane way of managing SQL change management. The idea revolved around specifying scripts to deploy and revert in a plan file, and generating that plan file from VCS history. I still feel pretty good about the ideas there, and work has agreed to let me write it and open-source it. Here is the first step making it happen. I call it “Sqitch.”
- Sqitchers
https://justatheory.com/2018/05/sqitchers/
The time has come for Sqitch to leave the nest and go out on its own.
- Removing Sqitch Deprecations
https://justatheory.com/2018/12/removing-sqitch-deprecations/
A list of deprecated Sqitch features and code paths I propose to remove ahead of the release of v1.0.
- Sqitch on Target
https://justatheory.com/2014/01/sqitch-on-target/
- Sqitch Update: Almost Usable
https://justatheory.com/2012/07/sqitch-almost-usable/
- Sqitch Templating
https://justatheory.com/2013/09/sqitch-templating/
Last week saw the v.980 release of Sqitch, a database change management system. The headline feature in this version is support for MySQL 5.6.4 or higher. Why 5.6.4 rather than 5.1 or even 5.5? Mainly because 5.6.4 finally added support for fractional seconds in DATETIME columns (details in the release notes). This feature is essential for Sqitch, because changes often execute within a second of each other, and the deploy time is included in the log table’s primary key.
- Sqitch: Back to the VCS
https://justatheory.com/2012/06/sqitch-vcs-again/
- Sqitch: Depend On It!
https://justatheory.com/2012/08/sqitch-depend-on-it/
- Sqitch Symbolism
https://justatheory.com/2012/09/sqitch-symbolism/
Follow #sqitch
on RSS or use the
JSON API
curl -X GET \
-H "Content-type: application/json" \
-H "Accept: application/json" \
"https://octothorp.es/~/sqitch"