@konto-ledger/core
v0.1.1
Published
Strictly-typed double-entry ledger primitives for PostgreSQL.
Maintainers
Readme
@konto-ledger/core
Strictly-typed double-entry ledger primitives for PostgreSQL.
This is the core engine for Konto, providing mathematically correct, zero-sum financial mutations. It handles row-level locking, balance derivation, and staged intent execution natively in the database.
Installation
npm install @konto-ledger/coreQuick Start
You typically do not use @konto-ledger/core by itself. It is designed to be used alongside the generated .konto client and a database adapter.
For the full documentation, architecture details, and setup guide, please visit the main repository:
