Horton
Horton copied to clipboard
Horton is the simple database migration utility.
v5 Alpha
## Concepts - [ ] New convention-based directory structure. The root directory should contain a "migrations" subdirectory which contain the one-time and numbered migration scripts. An optional "objects" subdirectory contain...
Hi - I'm maintaining my own version of Horton that works slightly differently, but I recently found a bugfix that you might want to pull into the main version as...
Given a file or files containing tuples, Horton should be able to synchronize a table with the values in this table. E.g. adding new rows, modifying exiting rows if different....
The `schema_info` table is completely redesigned for as of 4.0.0. This renders horton.exe incompatible with existing `schema_info` tables. It likely possible to detect the old schema and seamlessly upgrade. Perhaps...