schemamama 0.0.8

A lightweight database schema migration system
Documentation

Schemamama

A lightweight database schema migration system. Sche·ma·ma·ma.

Installation

If you're using Cargo, just add Schemamama to your Cargo.toml:

[dependencies]
schemamama = "*"

Adapters

Schemamama offers a modular design that allows for interfacing with any database technology. Here's a list of known adapters:

To-do

  • Command line interface