File: insert_data.edgeql

package info (click to toggle)
python-msgspec 0.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,356 kB
  • sloc: javascript: 23,944; ansic: 20,540; python: 20,465; makefile: 29; sh: 19
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
INSERT Movie {
  title := "Dune",
  actors := {
    (INSERT Person { name := "Timothée Chalamet" }),
    (INSERT Person { name := "Zendaya" })
  }
};