书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 619 个相关结果.
  • Customize Data Types

    Implements Customized Data Type Scanner / Valuer GormDataTypeInterface GormValuerInterface Create/Update from SQL Expr Value based on Context Clause Expression Customized Da...
  • Hooks

    Object Life Cycle Hooks Creating an object Updating an object Deleting an object Querying an object Modify current operation Object Life Cycle Hooks are functions that are...
  • 创建

    创建记录 用指定的字段创建记录 批量插入 创建钩子 根据 Map 创建 使用 SQL 表达式、Context Valuer 创建记录 高级选项 关联创建 默认值 Upsert 及冲突 创建记录 user := User { Name : "Jinzhu" , Age : 18 , Birthday : time...
  • 迁移

    AutoMigrate Migrator 接口 当前数据库 表 列 Views Constraints Indexes 约束 其他迁移工具 AutoMigrate AutoMigrate 用于自动迁移您的 schema,保持您的 schema 是最新的。 注意: AutoMigrate 会创建表、缺失的外键、约束、列和索引。 如...
  • 概述

    GORM 指南 特性 安装 快速入门 GORM 指南 The fantastic ORM library for Golang aims to be developer friendly. 特性 全功能 ORM 关联 (Has One,Has Many,Belongs To,Many To Many,多态,单表继承) Create,Sa...
  • Database Resolver

    Usage Automatic connection switching Read/Write Splitting Manual connection switching Transaction Load Balancing Connection Pool DBResolver adds multiple databases support ...
  • Database Resolver

    Usage Automatic connection switching Read/Write Splitting Manual connection switching Transaction Load Balancing Connection Pool DBResolver adds multiple databases support ...
  • 1. 快速开始

    4896 2018-05-17 《GORM 1.0 中文文档》
    GORM 中文文档 概述 安装 升级到V1.0 快速开始 来源(书栈小编注) GORM 中文文档 http://gorm.book.jasperxu.com/ Golang写的,开发人员友好的ORM库。 概述 全功能ORM(几乎) 关联(包含一个,包含多个,属于,多对多,多种包含) Callbacks(创建/保存/更新/删除/查...
  • Create

    Create Record Create Record With Selected Fields Batch Insert Create Hooks Create From Map Create From SQL Expression/Context Valuer Advanced Create With Associations Defaul...
  • Database Resolver

    用法 Automatic connection switching Read/Write Splitting Manual connection switching Transaction 负载均衡 连接池 DBResolver 为 GORM 提供了多个数据库支持,支持以下功能: 支持多个 sources、replicas 读写分离 根据...