DEBSOURCES
Skip Quicknav
sources / python-msgspec / 0.19.0-2 / examples / edgedb / insert_data.edgeql
1234567
INSERT Movie { title := "Dune", actors := { (INSERT Person { name := "Timothée Chalamet" }), (INSERT Person { name := "Zendaya" }) } };