patchworks 0.3.0

Git-style visual diffs for SQLite databases. Inspect, compare, snapshot, and generate SQL migrations.
Documentation
1
2
3
4
5
6
//! Database inspection, snapshots, and high-level diff orchestration.

pub mod differ;
pub mod inspector;
pub mod snapshot;
pub mod types;