万象云档 本次搜索耗时 7.320 秒,为您找到 241 个相关结果.
  • Binary protocol

    3 2026-09-15 《EdgeDB 2.0》
    Binary protocol Conventions and data Types Message Format Errors Logs Message Flow Connection Phase Authentication Command Phase Dump Database Flow Restore Data...
  • Group

    3 2026-09-15 《EdgeDB 2.0》
    Group Simple grouping Group The group statement is only available in EdgeDB 2.0 or later. The group statement provides a powerful mechanism for categorizing a set of...
  • Group

    3 2026-09-15 《EdgeDB 2.0》
    Group Output Examples Group The group statement is only available in EdgeDB 2.0 or later. group –partition a set into subsets based on one or more keys 1. [ with ...
  • Parameters

    3 2026-09-15 《EdgeDB 2.0》
    Parameters Passing parameter data Top-level usage Optional parameters Complex types Parameters You can pass strongly-typed parameters into your query with e.param...
  • Phoenix

    3 2026-09-15 《EdgeDB 2.0》
    Building a GitHub OAuth applicaiton Prerequisites Schema design Ecto schemas User authentication via GitHub Running web server Building a GitHub OAuth applicaito...
  • Reference

    3 2026-09-15 《EdgeDB 2.0》
    Reference Client Type conversion Arrays Objects Tuples Named Tuples Local Date Local Time Local Date and Time Duration RelativeDuration DateDuration Memo...
  • Literals

    3 2026-09-15 《EdgeDB 2.0》
    Literals Primitives Strings Enums Dates and times JSON Arrays Tuples Set literals Empty sets Range literals Literals The query builder provides a set ...
  • Delete

    Delete​ Clauses​ Link deletion​ Cascading deletes​ Return value​ Delete​ The delete command is used to delete objects from the database. 1. delete Hero 2. fi...
  • Making a property required

    Making a property required​ Making a property required​ This example shows how a property may evolve to be more and more strict over time by looking at a user name field. H...
  • Migrations

    3 2026-09-15 《EdgeDB 2.0》
    Migrations How it works Workflow 1. Update your schema file 2. Generate a migration 3. Apply the migration Migrations EdgeDB’s baked-in migration system lets ...