万象云档 本次搜索耗时 6.780 秒,为您找到 241 个相关结果.
  • 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 ...
  • Developing EdgeDB

    3 2026-09-15 《EdgeDB 2.0》
    Developing EdgeDB Building Locally Build Requirements Instructions Running Tests Dev Server Test Databases Developing EdgeDB This section describes how to b...
  • Overview

    EdgeDB TypeScript/JS Client​ The driver​ The query builder​ Why use the query builder?​ Is it an ORM?​ How do I get started?​ EdgeDB TypeScript/JS Client​ Thi...
  • Advanced Usage

    3 2026-09-15 《EdgeDB 2.0》
    Advanced Usage Transaction Options Retry Options State Advanced Usage Transaction Options Transactions can be customized with different options: class Transactio...
  • 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 ...
  • Transactions

    Transactions​ Client libraries​ TypeScript/JS​ Python​ Golang​ Transactions​ EdgeQL supports atomic transactions. The transaction API consists of several comman...
  • Overview

    Reference​ Reference​ This section contains comprehensive reference documentation on the internals of EdgeDB, the binary protocol, the formal syntax of EdgeQL, and more.
  • Insert

    3 2026-09-15 《EdgeDB 2.0》
    Insert Link properties Handling conflicts Bulk inserts Insert Insert new data with e.insert . 1. e.insert(e.Movie, { 2. title: e.str("Spider-Man: No Way Home"), 3...
  • Links

    2 2026-09-15 《EdgeDB 2.0》
    Links Defining links Link cardinality Required links Exclusive constraints Default values Link properties Deletion policies Target deletion Source deletion P...
  • Messages

    Messages​ ErrorResponse​ LogMessage​ ReadyForCommand​ RestoreReady​ CommandComplete​ ExecuteScript​ Prepare​ DescribeStatement​ Dump​ CommandDataDescription​ ...