ex_double_entry
ex_double_entry copied to clipboard
An Elixir double-entry library inspired by Ruby's DoubleEntry. Brought to you by CoinJar.
Results
2
ex_double_entry issues
Sort by
recently updated
recently updated
newest added
Let the parent app decide which money package to use.
- Works with SQLite3 (without row-level locking) - Conditionally disable locking in `AccountBalance.lock_cond/2` when database is SQLite3 - Test configuration for SQLite3 - Tagged 2 locking-dependent tests that are disabled...