schemamama

A lightweight database schema migration system

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
Download history 12/week @ 2024-07-27 10/week @ 2024-08-03 10/week @ 2024-08-10 12/week @ 2024-08-17 19/week @ 2024-08-24 11/week @ 2024-08-31 1/week @ 2024-09-07 1/week @ 2024-09-14 18/week @ 2024-09-21 39/week @ 2024-09-28 40/week @ 2024-10-05 14/week @ 2024-10-12 14/week @ 2024-10-19 11/week @ 2024-10-26 28/week @ 2024-11-02 23/week @ 2024-11-09

76 downloads per month
Used in 2 crates

MIT license

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