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

    Belongs To Override Foreign Key Override References CRUD with Belongs To Eager Loading FOREIGN KEY Constraints Belongs To A belongs to association sets up a one-to-one con...
  • 错误处理

    基本错误处理 ErrRecordNotFound 处理错误代码 方言转换错误 Errors 在Go语言的应用开发中,特别是在使用GORM与数据库交互时,有效的错误处理是构建稳健应用的基石。 GORM对错误处理的方法,受到其可链式API的影响,需要细致地理解。 基本错误处理 GORM将错误处理集成到其可链式方法语法中。 *gorm.DB 实例...
  • Logger

    Logger 日志级别 Debug 自定义 Logger Logger Gorm 有一个 默认 logger 实现 ,默认情况下,它会打印慢 SQL 和错误 Logger 接受的选项不多,您可以在初始化时自定义它,例如: newLogger := logger . New ( log . New ( os . Stdout , ...
  • Prometheus

    用法 用户自定义指标 MySQL GORM 提供了 Prometheus 插件来收集 DBStats 和用户自定义指标 https://github.com/go-gorm/prometheus 用法 import ( "gorm.io/gorm" "gorm.io/driver/sqlite" "gorm...
  • Prometheus

    用法 用户自定义指标 MySQL GORM 提供了 Prometheus 插件来收集 DBStats 和用户自定义指标 https://github.com/go-gorm/prometheus 用法 import ( "gorm.io/gorm" "gorm.io/driver/sqlite" "gorm...
  • Scope

    查询 分页 动态表 更新 作用域允许你复用通用的逻辑,这种共享逻辑需要定义为类型func(*gorm.DB) *gorm.DB 。 查询 Scope 查询示例: func AmountGreaterThan1000 ( db * gorm . DB ) * gorm . DB { return db . Where ( ...
  • Database Resolver

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

    Help others to know GORM Documentation and Writing Translate this site Program Donations You can help to deliver a better GORM! there are many things that you can do: Help...
  • Conventions

    ID as Primary Key Pluralized Table Name TableName Temporarily specify a name NamingStrategy Column Name Timestamp Tracking CreatedAt UpdatedAt ID as Primary Key GORM u...
  • Conventions

    ID as Primary Key Pluralized Table Name TableName Temporarily specify a name NamingStrategy Column Name Timestamp Tracking CreatedAt UpdatedAt ID as Primary Key GORM u...