14 releases
Uses old Rust 2015
0.3.0 | Apr 19, 2018 |
---|---|
0.2.1 | Apr 3, 2017 |
0.2.0 | Aug 8, 2016 |
0.1.0 | Apr 25, 2016 |
0.0.6 | Apr 22, 2015 |
#2951 in Database interfaces
121 downloads per month
Used in 2 crates
13KB
180 lines
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:
Dependencies
~87KB