sqlx-ledger 0.11.14

An embeddable double sided accounting ledger built on PG/SQLx
Documentation
1
2
3
4
5
6
//! [AccountBalance] and [BalanceDetails] are segregated per journal and currency.
mod entity;
mod repo;

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