cala-ledger 0.23.2

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::*;