书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 718 个相关结果.
  • Write Driver

    Write new driver Write new driver GORM provides official support for sqlite , mysql , postgres , sqlserver . Some databases may be compatible with the mysql or postgres diale...
  • 介绍

    全功能 ORM (无限接近) 关联(包含一个,包含多个,属于,多对多,多态) 钩子 (在创建/保存/更新/删除/查找之前或之后) 预加载 事务 复合主键 SQL 生成器 数据库自动迁移 自定义日志 可扩展性, 可基于 GORM 回调编写插件 所有功能都被测试覆盖 开发者友好
  • 关联模式

    自动创建、更新 跳过自动创建、更新 Select/Omit Association fields Association Mode 查找关联 添加关联 替换关联 删除关联 清空关联 关联计数 批量处理数据 Delete with Select Association Tags 自动创建、更新 在创建、更新记录时,GORM 会通...
  • 通用数据库接口

    连接池 GORM 提供了 DB 方法,可用于从当前 *gorm.DB 返回一个通用的数据库接口 *sql.DB // 获取通用数据库对象 sql.DB,然后使用其提供的功能 sqlDB , err := db . DB () // Ping sqlDB . Ping () // Close sqlDB . Clo...
  • 17 Security

    17 Security What Grails Automatically Does 17 Security Grails is no more or less secure than Java Servlets. However, Java servlets (and hence Grails) are extremely secure and ...
  • 1.2 Example

    1.2 Example 1.2 Example Helloworld示例 配置示例 通过文件配置读取单行配置示例 通过文件配置读取结构体配置示例 监听文件配置读取单行配置示例 监听文件配置读取结构体配置示例 通过远端配置读取单行配置示例 通过远端配置读取结构体配置示例 监听远端配置读取单行配置示例 监听远端配置读取结构体配置示例 ...
  • 提示

    优化器提示 索引提示 备注提示 GOMR 提供了优化器、索引、备注提示支持 https://github.com/go-gorm/hints 优化器提示 import "gorm.io/hints" DB . Clauses ( hints . New ( "hint" )). Find (& User {}) // SEL...
  • 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...
  • 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 提供了 DB 方法,可用于从当前 *gorm.DB 返回一个通用的数据库接口 *sql.DB // 获取通用数据库对象 sql.DB,然后使用其提供的功能 sqlDB , err := db . DB () // Ping sqlDB . Ping () // Close sqlDB . Clo...