relic
relic copied to clipboard
transact surface for [op entity [dataset]] ?
Hey folks, found this project recently, it has been a tremendous help. Minor point that my use case is pulling multi-table datasets from APIs and loading them into relic for local mixed sqlish/clojure manipulation in the repl.
In that context the transact surface of
[operation entity datum datum datum ...]
is a little unergonomic, because I have sometimes large vectors of data elements, and having to make a new vector with :insert :table as the first two elements is awkward. Having relic expose a surface of
[operation entity [datum datum datum...]]
would be cool.
Just a thought. Love the tool though!