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

    Quick Introduction Setup A Go Environment Installation Create Your First Schema Create Your First Entity Query Your Entities Add Your First Edge (Relation) Add Your First Inv...
  • 840 2022-02-28 《Ent v0.10 教程》
    边 概述 To 和 From 关系 一对一( O2O)两者之间 一对一(O2O)自引用 一对一(O2O)双向自引用 一对多(O2M )两者之间 一对多(O2M )自引用 多对多(M2M )两者之间 多对多(M2M )自引用 多对多(M2M)双向自引用 边字段 Migration To Edge Fields Required No...
  • 引言

    引言 概述 它只是又一个 ORM 引言 概述 Schema 描述了图中一个实体类型的定义,如 User 或 Group , 并可以包含以下配置: 实体的字段 (或属性),如:User 的姓名或年龄。 实体的边 (或关系)。如:User 所属用户组,或 User 的朋友。 数据库相关的配置,如:索引或唯一索引。 下面是 Schema ...
  • 引言

    499 2021-09-30 《Ent v0.9 教程》
    引言 概述 它只是又一个 ORM 引言 概述 Schema 描述了图中一个实体类型的定义,如 User 或 Group , 并可以包含以下配置: 实体的字段 (或属性),如:User 的姓名或年龄。 实体的边 (或关系)。如:User 所属用户组,或 User 的朋友。 数据库相关的配置,如:索引或唯一索引。 下面是 Schema ...
  • Quick Introduction

    432 2022-10-19 《Ent v0.11 教程》
    Quick Introduction Setup A Go Environment Create Your First Schema Create Your First Entity Query Your Entities Add Your First Edge (Relation) Add Your First Inverse Edge (Bac...
  • Hooks

    Hooks Mutation Hooks Runtime hooks Schema hooks Hooks Registration Import Cycle Error Evaluation order Hook helpers Transaction Hooks Codegen Hooks Hooks The Hooks op...
  • 引言

    858 2021-09-30 《Ent v0.9 教程》
    引言 安装 初始化一个新的 Schema 生成资源文件 entc 和ent 之间的版本兼容性 代码生成选项 Storage选项 外部模板 使用 entc Schema描述 代码生成Hooks (钩子) 特性开关 引言 安装 本项目有一个叫做 ent 的代码工具。 若要安装 ent 运行以下命令: go get ent...
  • 索引

    528 2021-09-30 《Ent v0.9 教程》
    索引 多个字段 边上的索引 Index On Edge Fields Dialect Support 索引 多个字段 索引可以在一个或多个字段上配置以提高数据检索速度,也可以定义其唯一性。 package schema import ( "entgo.io/ent" "entgo.io/ent/...
  • Generating Protobufs

    Generating Protobufs with entproto Generating Protobufs with entproto As Ent and Protobuf schemas are not identical, we must supply some annotations on our schema to help entpro...
  • Generating Protobufs

    Generating Protobufs with entproto Generating Protobufs with entproto As Ent and Protobuf schemas are not identical, we must supply some annotations on our schema to help entpro...