ousia 2.0.0

Postgres ORM with native double-entry ledger, graph relations, and atomic money operations for Rust
Documentation
1
2
3
4
5
6
pub mod meta;
pub mod query;
pub mod traits;

pub use meta::*;
pub use traits::*;