书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 358 个相关结果.
  • JSON

    JSON Functions and Operators​ Constructing JSON Values​ JSON Functions and Operators​ json JSON scalar type json[i] JSON array/string indexing. json[from:to] JSON array...
  • Protocol

    Protocol GET request POST request Response Protocol EdgeDB supports GET and POST methods for handling EdgeQL over HTTP protocol. Both GET and POST methods use the following f...
  • Protocol

    Protocol​ GET request​ POST request​ Response​ Protocol​ EdgeDB supports GET and POST methods for handling EdgeQL over HTTP protocol. Both GET and POST methods use the follow...
  • Transactions

    Transactions​ Client libraries​ TypeScript/JS​ Python​ Golang​ Transactions​ EdgeQL supports atomic transactions. The transaction API consists of several commands: start tr...
  • Transactions

    Transactions Client libraries TypeScript/JS Python Golang Transactions EdgeQL supports atomic transactions. The transaction API consists of several commands: start transact...
  • Links

    Links​ Defining links​ Link cardinality​ Required links​ Exclusive constraints​ Default values​ Link properties​ Deletion policies​ Polymorphic links​ Abstract links​ L...
  • Types

    Types​ Reflected types​ Collection types​ Casting​ Custom literals​ Parameters​ Types​ The properties of e that corresond to types—e.str , e.int64 , etc— serve a dual purp...
  • Shapes

    Shapes Shaping Query Results General Shaping Rules Losing Shapes Shapes A shape is a powerful syntactic construct that can be used to describe type variants in queries, data ...
  • Literals

    Literals​ Strings​ Booleans​ Numbers​ UUID​ Enums​ Dates and times​ Durations​ Bytes​ Arrays​ Tuples​ Indexing tuples​ JSON​ Literals​ EdgeQL is inextricably tied to...
  • Parameters

    Parameters​ Passing parameter data​ Top-level usage​ Parameter types​ Parameters​ You can pass strongly-typed parameters into your query with e.params . const helloQuery =...