README.markdown @ f7ad73357ed9 default tip

Add some documentation
author Steve Losh <steve@stevelosh.com>
date Thu, 11 Apr 2024 08:39:29 -0400
parents 002f47d34523
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/>