Comment by wuming2

Comment by wuming2 5 days ago

3 replies

GNU recutils should become the standard backend. Plain text db which has a powerful albeit simple records format, proper ids, enforces constraints, removes need of silly type conventions better defined in fields with %type, built in encryption. Foreign keys. Auto generated fields. Regex.

No one in their right of mind will want to manually edit the data store holding critical accounting data. 99% of the times should be ETL with the odd visual check for inspiration.

euroderf 4 days ago

A recutils clone in Go would be pleasantly hackable for whipping up some double-entry.

  • wuming2 3 days ago

    The wheel is there already. Call librec from Lua and speed up your plain text accounting with LuaJIT.

    • euroderf 18 hours ago

      Lua oh noes. I pick a language and stick with it for years. Currently Go.