schemamama 0.0.6

A lightweight database schema migration system
docs.rs failed to build schemamama-0.0.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: schemamama-0.3.0

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