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
7
8
9
//! Patchworks library crate.

pub mod app;
pub mod cli;
pub mod db;
pub mod diff;
pub mod error;
pub mod state;
pub mod ui;