You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: