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

    Introspection Introspection GraphQL introspection can be used to explore the exposed EdgeDB types and expresssion aliases. Note that there are certain types like tuple that can...
  • Primitives

    Primitives Scalar types Enums Arrays Tuples Ranges Sequences Primitives EdgeDB has a robust type system consisting of primitive and object types. Below is a review of Edge...
  • Blocking API

    Blocking API Client Transactions Blocking API Client function create_client() create_client(dsn = None, *, host = None, port = None, user = None, password = None, d...
  • Administering an instance

    Administering an instance Administering an instance Create a database: db > create database my_new_project ; OK : CREATE DATABASE Create a role: db > create super...
  • AsyncIO API

    AsyncIO API Client Transactions AsyncIO API Client function create_async_client() create_async_client(dsn = None, *, host = None, port = None, user = None, password...
  • Binary protocol

    Binary protocol Conventions and data Types Message Format Errors Logs Message Flow Connection Phase Authentication Command Phase Dump Database Flow Restore Database Flow ...
  • Observability

    Observability Processes Backend connections and performance Client connections Query compilation Errors Observability All EdgeDB instances expose a Prometheus-compatible /m...
  • 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, ...
  • Operators

    Operators Operators This section describes introspection of EdgeDB operators. Much like functions, operators have parameters and return types as well as a few other features. I...
  • Operators

    Operators​ Operators​ This section describes introspection of EdgeDB operators. Much like functions, operators have parameters and return types as well as a few other features. ...