Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transact surface for [op entity [dataset]] ? #62

Open
jonahbenton opened this issue May 18, 2023 · 0 comments
Open

transact surface for [op entity [dataset]] ? #62

jonahbenton opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jonahbenton
Copy link

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!

@wotbrew wotbrew added the enhancement New feature or request label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants