书栈网 · BookStack 本次搜索耗时 0.070 秒,为您找到 849 个相关结果.
  • Mutation Inputs

    Mutation Inputs Clone the code (optional) Mutation Types Mutations Test the CreateTodo Resolver Mutation Output Mutation Output Test the UpdateTodo Resolver Output M...
  • Introduction

    Introduction Clone the code (optional) Basic Setup Install and configure entgql Running schema generation Install and configure gqlgen Basic Server Query Todos Mutating T...
  • Introduction

    Introduction Clone the code (optional) Basic Setup Install and configure entgql Running schema generation Install and configure gqlgen Basic Server Query Todos Mutating T...
  • Introduction

    Introduction Clone the code (optional) Basic Setup Install and configure entgql Running schema generation Install and configure gqlgen Basic Server Query Todos Mutating T...
  • Introduction

    429 2022-10-19 《Ent v0.11 教程》
    Introduction Clone the code (optional) Basic Setup Install and configure entgql Running schema generation Install and configure gqlgen Basic Server Query Todos Mutating T...
  • Introduction

    Introduction Clone the code (optional) Basic Setup Install and configure entgql Running schema generation Install and configure gqlgen Basic Server Query Todos Mutating T...
  • 数据库迁移

    1086 2021-09-30 《Ent v0.9 教程》
    数据库迁移 自动迁移 删除资源 全局唯一ID Offline Mode Foreign Keys Migration Hooks 数据库迁移 ent 的迁移支持功能,可使数据库 schema 与你项目根目录下的 ent/migrate/schema.go 中定义的 schema 对象保持一致。 自动迁移 在应用程序初始化过程中运行自动...
  • 索引

    276 2022-10-19 《Ent v0.11 教程》
    索引 多个字段 边上的索引 Index On Edge Fields Dialect Support Atlas Support Storage Key 索引 多个字段 索引可以在一个或多个字段上配置以提高数据检索速度,也可以定义其唯一性。 package schema import ( "entgo.io/...
  • Fields

    Fields Quick Summary Types ID Field Database Type Go Type Other Field Default Values Validators Built-in Validators Optional Nillable Immutable Uniqueness Storage Key ...
  • 引言

    引言 安装 初始化一个新的 Schema 生成资源文件 entc 和ent 之间的版本兼容性 代码生成选项 Storage选项 外部模板 把 entc 作为库使用 Schema描述 代码生成Hooks (钩子) 外部依赖 特性开关 引言 安装 本项目有一个叫做 ent 的代码工具。 若要安装 ent 运行以下命令: g...