edgedb-js
edgedb-js copied to clipboard
Support scripts in query builder
Describe the proposed feature
Support running scripts consisting of query builder expressions.
e.script([
e.insert(...),
e.select(...),
// ...
]).run(client)
The type and cardinality will be pulled from the last expression in the script.