tonsky / datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
Eclipse Public License 1.0
5.45k stars 304 forks source link

Ability to pass multiple functions into query #461

Closed justin0mcateer closed 5 months ago

justin0mcateer commented 5 months ago

As shown in the tests and described in issue #360 I have been able to successfully pass and call a function into the query using the :in clause. Is there a way to pass more than a single function? I have tried multiple arguments, an array, and an object, all resulting in errors.

justin0mcateer commented 5 months ago

Never mind, it was only a typo.

When using from JavaScript, all errors seem to return the message 'Uncaught dk', so I've had to figure out effectively everything by trial and error.