sqlx-ledger 0.11.14

An embeddable double sided accounting ledger built on PG/SQLx
Documentation
1
2
3
4
5
6
//! [Account] holds a balance in a [Journal](crate::journal::Journal)
mod entity;
mod repo;

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