schemamama 0.0.4

A lightweight database schema migration system
# Schemamama

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

## Installation

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

```toml
[dependencies]
schemamama = "*"
```

## Adapters

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

* [PostgreSQL]https://github.com/SkylerLipthay/schemamama_postgres

## To-do

* Command line interface