docs/01-usage.markdown @ 6878b5690d2e

Sketch out first version with sqlite
author Steve Losh <steve@stevelosh.com>
date Thu, 04 Apr 2024 11:10:58 -0400
parents 002f47d34523
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]