docs/01-usage.markdown @ 002f47d34523

Initial commit
author Steve Losh <steve@stevelosh.com>
date Thu, 28 Mar 2024 10:41:20 -0400
parents (none)
children 6b27e5b734d8
Usage
=====

DBvolve is a lightweight library for evolving a database schema over time.  It
might be called a "database migration library" except that "migrations" are
round-trip, and DBvolve explicitly and intentionally does not support backwards
migrations.

[TOC]