书栈网 · BookStack 本次搜索耗时 0.149 秒,为您找到 849 个相关结果.
  • sql.DB Integration

    sql.DB Integration Configure sql.DB Use Opencensus With MySQL Use pgx with PostgreSQL sql.DB Integration The following examples show how to pass a custom sql.DB object to e...
  • 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...
  • Mixin

    Mixin 示例 内置Mixin Mixin Mixin 允许您创建可复用的 ent.Schema 代码,用与合成添加到其他 schemas ent.Mixin 接口如下: type Mixin interface { // Fields 数组的返回值会被添加到 schema 中。 Fields ()...
  • External Templates

    External Templates Helper Templates Annotations Global Annotations Examples Documentation AutoCompletion External Templates ent accepts external Go templates to execute ...
  • 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...
  • Privacy

    Privacy Basic Terms Policy Privacy Rules Privacy Decisions Configuration important" level="5">important Examples Admin Only Decision Context Multi Tenancy Privacy The ...
  • Privacy

    Privacy Basic Terms Policy Privacy Rules Privacy Decisions Configuration important" level="5">important Examples Admin Only Decision Context Multi Tenancy Privacy The ...
  • 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...
  • 字段

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

    349 2022-10-19 《Ent v0.11 教程》
    项目创建 前提条件 安装 代码生成 创建测试案例 项目创建 本指南针对的是首次需要说明如何从零开始创建项目的用户。 在我们开始之前,请确保您的机器上满足了以下前提条件。 前提条件 Go Docker (可选) 在安装这些依赖后,创建项目目录并初始化Go模块: mkdir todo cd $_ go mod init tod...