edgedb-js
edgedb-js copied to clipboard
Support nested inserts with plain data
e.insert(e.User, {
name: "Colin",
posts: [{ title: "My blog post" }]
})