书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 718 个相关结果.
  • 关联模式

    自动创建、更新 跳过自动创建、更新 Select/Omit 关联字段 关联模式 查找关联 添加关联 替换关联 删除关联 清空关联 关联计数 批量处理数据 Delete Association Record Delete with Select Association Tags 自动创建、更新 在创建、更新记录时,GORM 会通...
  • Create Command Flags

    Create Command Flags Language/Test Features Groovy Kotlin Build Tool Create Command Flags The create-* commands generate a basic Micronaut project, with optional flags to sp...
  • Create Command Flags

    Create Command Flags Language/Test Features Groovy Kotlin Build Tool Create Command Flags The create-* commands will generate a basic Micronaut project, with optional flags...
  • Create Command Flags

    Create Command Flags Language/Test Features Groovy Kotlin Build Tool Create Command Flags The create-* commands will generate a basic Micronaut project, with optional flags...
  • 关联模式

    自动创建、更新 跳过自动创建、更新 Select/Omit 关联字段 关联模式 查找关联 添加关联 替换关联 删除关联 清空关联 关联计数 批量处理数据 带 Select 的删除 关联标签 自动创建、更新 在创建、更新记录时,GORM 会通过 Upsert 自动保存关联及其引用记录。 user := User { ...
  • Generic Database Interface

    Connection Pool GORM provides the method DB which returns a generic database interface *sql.DB from the current *gorm.DB // Get generic database object sql.DB to use its func...
  • 编写驱动

    编写驱动 编写新驱动 编写驱动 编写新驱动 GORM 官方支持 sqlite 、mysql 、postgres 、sqlserver 。 有些数据库可能兼容 mysql 、postgres 的方言,在这种情况下,你可以直接使用这些数据库的方言。 对于其它不兼容的情况,您可以自行编写一个新驱动,这需要实现 方言接口 。 type Dia...
  • 7.1 Quick Start Guide

    7.1 Quick Start Guide 7.1 Quick Start Guide A domain class can be created with the create-domain-class command: grails create - domain - class helloworld . Person I...
  • 编写驱动

    编写新驱动 编写新驱动 GORM 官方支持 sqlite 、mysql 、postgres 、sqlserver 。 有些数据库可能兼容 mysql 、postgres 的方言,在这种情况下,你可以直接使用这些数据库的方言。 对于其它不兼容的情况,您可以自行编写一个新驱动,这需要实现 方言接口 。 type Dialector inte...
  • 通用数据库接口

    1436 2020-06-11 《Go语言中文文档》
    1. 通用数据库接口 1.1. 连接池 1. 通用数据库接口 GORM 提供了从当前的 *gorm.DB 连接中返回通用的数据库接口的方法 DB sql.DB 。 // 获取通用数据库对象 sql.DB 来使用他的 db.DB() 方法 // Ping db . DB (). Ping () 注意: 如果底层的数据...