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

    Annotations Custom Table Name Foreign Keys Configuration Annotations Schema annotations allow attaching metadata to schema objects like fields and edges and inject them to ext...
  • Edges

    Edges Quick Summary To and From Relationship O2O Two Types O2O Same Type O2O Bidirectional O2M Two Types O2M Same Type M2M Two Types M2M Same Type M2M Bidirectional Edge...
  • 索引

    索引 多个字段 边上的索引 Index On Edge Fields Dialect Support Atlas Support Storage Key 索引 多个字段 索引可以在一个或多个字段上配置以提高数据检索速度,也可以定义其唯一性。 package schema import ( "entgo.io/...
  • Filter Inputs

    302 2021-09-30 《Ent v0.9 教程》
    Filter Inputs Clone the code (optional) Configure Ent If your project contains more than 1 GraphQL schema (e.g. todo.graphql and ent.graphql ), you should configure gqlgen.yml ...
  • GraphQL Integration

    GraphQL Integration Quick Introduction Node API GQL Configuration Pagination Connection Ordering Usage Notes Example Defining order fields in ent/schema Define ordering type...
  • Introduction

    Introduction Quick Summary It’s Just Another ORM Introduction Quick Summary Schema describes the definition of one entity type in the graph, like User or Group , and can con...
  • 快速指南

    828 2022-02-28 《Ent v0.10 教程》
    快速指南 初始化Go环境 安装 创建你的第一个结构 创建你的第一个实体 查询你的实体 添加你的第一条边 (关系) 添加您的第一条逆向边(反向引用) 创建你的第二条边 进行第一次图遍历 完整示例 快速指南 ent 是一个简单而又强大的Go实体框架,易于构建和维护应用程序与大数据模型: 简单地使用数据库结构作为图结构。 使用Go代...
  • GraphQL Integration

    GraphQL Integration Quick Introduction Node API GQL Configuration Pagination Connection Ordering Usage Notes Example Defining order fields in ent/schema Define ordering type...
  • 字段

    393 2022-10-19 《Ent v0.11 教程》
    字段 概述 类型 ID 字段 数据库字段类型 Go 类型 其它字段 默认值 校验器 内置校验器 Optional 可选项 Nillable 空值 Nillable required fields Immutable 不可变的 唯一键 Comments Storage Key Indexes Struct Tags Ad...
  • GraphQL 集成

    GraphQL 集成 快速指南 Node API GQL 配置 分页 连接顺序 Usage Notes 样例 Defining order fields in ent/schema Define ordering types in GraphQL schema Adding orderBy argument to the pagination...