ex_double_entry icon indicating copy to clipboard operation
ex_double_entry copied to clipboard

SQLite support and some clean-up

Open waseigo opened this issue 7 months ago • 0 comments

  • 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 when database is SQLite3
  • Cleaned up multi-line doctests
  • Added documentation to key modules
  • Updated README.md for SQLite3 and locking
  • Misc. improvements according to Credo issues

waseigo avatar Sep 15 '25 19:09 waseigo