sqlx-ledger 0.3.0

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

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