Initial commit
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 28 Mar 2024 10:41:20 -0400 |
parents |
(none) |
children |
(none) |
DBvolve
======
DBvolve is a library for evolving your database schema over time.
It's not named "migrate" because migration has to be round-trip, and DBvolve
intentionally does not support backwards migrations.
* **License:** MIT
* **Documentation:** <https://docs.stevelosh.com/dbvolve/>
* **Mercurial:** <https://hg.stevelosh.com/dbvolve/>
* **Git:** <https://github.com/sjl/dbvolve/>