cala-ledger 0.15.5

An embeddable double sided accounting ledger built on PG/SQLx
Documentation
1
2
3
4
5
mod entity;
mod repo;

pub use entity::*;
pub(super) use repo::*;