5 releases

0.2.2 Apr 18, 2023
0.2.1 Nov 8, 2022
0.2.0 Aug 19, 2022
0.1.1 Oct 25, 2018
0.1.0 Feb 7, 2018

#2136 in Database interfaces

Download history 420/week @ 2023-11-23 759/week @ 2023-11-30 949/week @ 2023-12-07 98/week @ 2023-12-14 197/week @ 2023-12-21 223/week @ 2023-12-28 1199/week @ 2024-01-04 1196/week @ 2024-01-11 995/week @ 2024-01-18 2359/week @ 2024-01-25 1760/week @ 2024-02-01 1611/week @ 2024-02-08 1476/week @ 2024-02-15 1862/week @ 2024-02-22 3633/week @ 2024-02-29 2197/week @ 2024-03-07

9,258 downloads per month
Used in zcash_client_sqlite

MIT/Apache

37KB
627 lines

Schemer Build Status

Schemer is a database schema migration library for Rust that supports directed acyclic graph (DAG) dependencies between migrations. It currently has adapters for the following databases:

Other Rust schema migration libraries to consider if you do not require DAG migration dependencies:

Development

Version bumping (including changelog release section versioning) is handled by cargo-release, e.g.:

cargo release --workspace minor

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~24MB
~451K SLoC