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

    功能特点 使用说明 Sharding 是一个高性能的 Gorm 分表中间件。它基于 Conn 层做 SQL 拦截、AST 解析、分表路由、自增主键填充,带来的额外开销极小。对开发者友好、透明,使用上与普通 SQL、Gorm 查询无差别,只需要额外注意一下分表键条件。 为您提供高性能的数据库访问。 https://github.com/go-gorm/...
  • Prometheus

    Usage User-Defined Metrics MySQL GORM provides Prometheus plugin to collect DBStats or user-defined metrics https://github.com/go-gorm/prometheus Usage import ( "go...
  • Golang 连接

    Golang 连接 开始前准备 使用 Golang 连接 MatrixOne 服务 使用 Gorm 连接 MatrixOne 服务 参考文档 Golang 连接 MatrixOne 支持 Golang 连接,并且支持 Go-MySQL-Driver 。 本篇文档将指导你了解如何使用 Golang 连接 MatrixOne。 开始前准备 ...
  • Update

    Save All Fields Update single column Updates multiple columns Update Selected Fields Update Hooks Batch Updates Block Global Updates Updated Records Count Advanced Update w...
  • 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...
  • 原生 SQL 和 SQL 生成器

    原生 SQL 命名参数 DryRun 模式 ToSQL Row & Rows 将 sql.Rows 扫描至 model Connection Advanced 子句(Clause) 子句构造器 子句选项 StatementModifier 原生 SQL 原生查询 SQL 和 Scan type Result str...
  • 8. Change Log

    770 2017-12-16 《gorm文档(英文)》
    Change Log v1.0 Breaking Changes Change Log v1.0 Breaking Changes gorm.Open return type *gorm.DB instead of gorm.DB Updating will only update changed fields Most...
  • 链式操作

    链式方法 Finisher 方法 新建会话模式 方法链和协程安全 GORM 允许进行链式操作,所以您可以像这样写代码: db . Where ( "name = ?" , "jinzhu" ). Where ( "age = ?" , 18 ). First (& user ) GORM 中有三种类型的方法: 链式方法 、Fin...
  • 高级查询

    智能选择字段 Locking (FOR UPDATE) 子查询 From 子查询">From 子查询 Group 条件">Group 条件 命名参数 Find 至 map FirstOrInit FirstOrCreate 优化器、索引提示 迭代 FindInBatches 查询钩子 Pluck">Pluck Scopes ...
  • Delete

    Delete a Record Delete with primary key Delete Hooks Batch Delete Block Global Delete Returning Data From Deleted Rows Soft Delete Find soft deleted records Delete permanent...