schemamama

Crates.ioschemamama
lib.rsschemamama
version0.3.0
sourcesrc
created_at2015-04-06 07:38:54.623407
updated_at2018-04-19 05:39:30.913913
descriptionA lightweight database schema migration system
homepage
repositoryhttps://github.com/SkylerLipthay/schemamama
max_upload_size
id1784
size16,687
Skyler (SkylerLipthay)

documentation

README

Schemamama

A lightweight database schema migration system. Sche·ma·ma·ma. See Schemamama's adapters for full usage examples for your chosen database technology.

Installation

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

[dependencies]
schemamama = "0.3"

Adapters

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

Commit count: 32

cargo fmt