书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 718 个相关结果.
  • 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...
  • Indexes

    Index Tag uniqueIndex Composite Indexes Fields Priority Shared composite indexes Multiple indexes GORM allows create database index with tag index , uniqueIndex , those inde...
  • Indexes

    Index Tag uniqueIndex Composite Indexes Fields Priority Shared composite indexes Multiple indexes GORM allows create database index with tag index , uniqueIndex , those inde...
  • Indexes

    Index Tag uniqueIndex Composite Indexes Fields Priority Shared composite indexes Multiple indexes GORM allows create database index with tag index , uniqueIndex , those inde...
  • Transactions

    Disable Default Transaction Transaction Nested Transactions Control the transaction manually A Specific Example SavePoint, RollbackTo Disable Default Transaction GORM perfo...
  • 3. 模型

    2168 2018-05-17 《GORM 1.0 中文文档》
    模型 模型定义 {#md} 约定 {#c} gorm.Model 结构体 表名是结构体名称的复数形式 更改默认表名 列名是字段名的蛇形小写 字段ID 为主键 字段CreatedAt 用于存储记录的创建时间 字段UpdatedAt 用于存储记录的修改时间 字段DeletedAt 用于存储记录的删除时间,如果字段存在 模型 模型...
  • 自定义数据类型

    实现自定义数据类型 Scanner / Valuer GormDataTypeInterface GormValuerInterface 使用 SQL 表达式进行 Create/Update 基于 Context 的值 条件表达式 自定义数据类型集合 GORM 提供了少量接口,使用户能够为 GORM 定义支持的数据类型,这里以 json ...
  • 自定义数据类型

    实现自定义数据类型 Scanner / Valuer GormDataTypeInterface GormValuerInterface 使用 SQL 表达式进行 Create/Update 基于 Context 的值 条件表达式 自定义数据类型集合 GORM 提供了少量接口,使用户能够为 GORM 定义支持的数据类型,这里以 json ...
  • 索引

    数据库索引 索引标签 唯一索引 复合索引 字段优先级 多索引 数据库索引 GORM 允许通过 index 、uniqueIndex 标签创建索引,这些索引将在使用 GORM 进行AutoMigrate 或 Createtable 时创建 索引标签 GORM 可以接受很多索引设置,例如class 、type 、where 、comm...
  • Logger

    Logger Log Levels Debug Customize Logger Logger Gorm has a default logger implementation , it will print Slow SQL and happening errors by default The logger accepts few opti...