cala-ledger 0.2.13

An embeddable double sided accounting ledger built on PG/SQLx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cala

run (unit) tests:
```bash
make reset-deps next-watch
```

to run e2e tests:
```bash
make e2e
```

to run the server:
```
make run-server
```