159 releases (14 breaking)

new 0.15.2 Apr 14, 2026
0.14.5 Apr 2, 2026
0.14.4 Mar 30, 2026
0.13.3 Dec 23, 2025
0.2.30 Jul 23, 2024

#299 in Database interfaces

Download history 78/week @ 2025-12-28 163/week @ 2026-01-04 206/week @ 2026-01-11 266/week @ 2026-01-18 360/week @ 2026-01-25 354/week @ 2026-02-01 407/week @ 2026-02-08 351/week @ 2026-02-15 451/week @ 2026-02-22 618/week @ 2026-03-01 523/week @ 2026-03-08 690/week @ 2026-03-15 484/week @ 2026-03-22 532/week @ 2026-03-29 233/week @ 2026-04-05 232/week @ 2026-04-12

1,515 downloads per month
Used in 3 crates

Apache-2.0

82KB
2K SLoC

Cala

Cala is a robust ledger system developed by Galoy, designed to handle complex financial transactions and accounting operations. It provides a flexible and scalable solution for managing financial records with strong consistency guarantees.

Features

Core Capabilities

  • Double-Entry Accounting: Built-in support for double-entry bookkeeping principles ensuring accurate financial records
  • SQL-Compatible: Engineered to work with SQL databases (PostgreSQL) for robust data persistence and querying
  • Strong Consistency: Ensures accuracy and reliability of financial records
  • Real-time Processing: Efficient transaction processing suitable for production financial systems

API & Integration

  • GraphQL API: Modern API interface with built-in playground for easy integration and testing
  • Extensible Architecture: Modular design with support for custom extensions via the Node.js bindings
  • Transaction Templates: Customizable transaction templates for common financial operations
  • Multi-Currency Support: Handle transactions across different currencies

Developing

Dependencies

Nix package manager

direnv >= 2.30.0

Docker

Testing

Run unit tests with:

make reset-deps next-watch

Run end-to-end tests with:

make e2e

Running the Server

To run the server:

make run-server

Dependencies

~49–68MB
~1M SLoC