patchworks 0.3.0

Git-style visual diffs for SQLite databases. Inspect, compare, snapshot, and generate SQL migrations.
Documentation
1
2
3
4
5
//! Diff algorithms and SQL export support.

pub mod data;
pub mod export;
pub mod schema;