Fork me on GitHub
#re-frame
<
2021-03-01
>
wotbrew09:03:14

A bit late to the db convo yesterday, but quick plug on my lib for fast queries via indexed clojure datastructures that should work well for re-frame https://github.com/wotbrew/idx, one to add to the 'what to use for app-db' list.

👍 12
isak16:03:51

Very cool. Felt this one from the problems it addresses: > proliferation of -by-this or -by-that type locals (or worse args, or keys) that only serve as fast paths to your actual data.