ex_double_entry
ex_double_entry copied to clipboard
SQLite support and some clean-up
- Works with SQLite3 (without row-level locking)
- Conditionally disable locking in
AccountBalance.lock_cond/2when database is SQLite3 - Test configuration for SQLite3
- Tagged 2 locking-dependent tests that are disabled when database is SQLite3
- Cleaned up multi-line doctests
- Added documentation to key modules
- Updated
README.mdfor SQLite3 and locking - Misc. improvements according to Credo issues