edgedb-js icon indicating copy to clipboard operation
edgedb-js copied to clipboard

Support scripts in query builder

Open colinhacks opened this issue 3 years ago • 0 comments

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.

colinhacks avatar Jul 13 '22 19:07 colinhacks