Crates.io | sqlx-ledger |
lib.rs | sqlx-ledger |
version | 0.11.5 |
source | src |
created_at | 2023-01-20 12:10:34.158527 |
updated_at | 2024-11-26 16:34:31.696508 |
description | An embeddable double sided accounting ledger built on PG/SQLx |
homepage | |
repository | https://github.com/GaloyMoney/sqlx-ledger |
max_upload_size | |
id | 763331 |
size | 128,440 |
This crate provides primitives for double sided accounting built on top of the sqlx Postgres integration.
It features:
The CEL interpreter is not complete but provides enough to support basic use cases. More will be added as the need arises.
To use it copy the migrations into your project and add the crate via cargo add sqlx-ledger
.
Check out the docs for an example of how to use it