sqlx-ledger 0.11.14

An embeddable double sided accounting ledger built on PG/SQLx
Documentation
1
2
3
4
5
6
//! A [Transaction] holds metadata and is referenced by its [Entries](crate::entry::Entry).
mod entity;
mod repo;

pub use entity::*;
pub use repo::*;