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

#2781 in Database interfaces

Download history 10/week @ 2023-12-04 7/week @ 2023-12-11 12/week @ 2023-12-18 6/week @ 2023-12-25 17/week @ 2024-01-01 13/week @ 2024-01-08 14/week @ 2024-01-15 5/week @ 2024-01-22 7/week @ 2024-01-29 5/week @ 2024-02-05 12/week @ 2024-02-12 32/week @ 2024-02-19 35/week @ 2024-02-26 29/week @ 2024-03-04 19/week @ 2024-03-11 15/week @ 2024-03-18

110 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