4 ms·
I’ve been working on a personal finance tracker that uses automerge as the primary backing store. One trick we’ve been pulling is tailing the automerge content
by stpn 2y ago
I’ve been working on a personal finance tracker that uses automerge as the primary backing store.
One trick we’ve been pulling is tailing the automerge contents into a sqlite db in-browser for more complex querying.
(some notes on how/why here: https://tender.run/blog/tender-and-crdts https://tender.run/blog/tender-and-crdts)