AI Summary
I've written about a storage layer for sqlite before in my http://workdad.dev blog and had been using and improving it over time. The result has been sqlflow, which at its core wraps sqlite transctions into Read() and Write() methods that takes care of the transaction life-cyc...

