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

    Query Pagination Dynamically Table Updates Scopes allow you to re-use commonly used logic, the shared logic needs to be defined as type func(*gorm.DB) *gorm.DB Query Scope ...
  • Scope

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

    1858 2018-05-17 《GORM 1.0 中文文档》
    关联 属于 {#bt} 包含一个 {#ho} 包含多个 {#hm} 多对多 {#mtm} 多种包含 {#p} 关联模式 {#am} 关联 属于 {#bt} // `User`属于`Profile`, `ProfileID`为外键 type User struct { gorm . Model Profi...
  • 3.1 Associations

    1033 2017-12-16 《gorm文档(英文)》
    Associations Belongs To Has One Has Many Many To Many Polymorphism Association Mode Associations Belongs To // `User` belongs to `Profile`, `ProfileID` is the foreign k...
  • Declaring Models

    Declaring Models Conventions gorm.Model Advanced Field-Level Permission Creating/Updating Time/Unix (Milli/Nano) Seconds Tracking Embedded Struct Fields Tags Associations Ta...
  • 连接数据库

    2148 2020-06-11 《Go语言中文文档》
    1. 连接数据库 1.1. 连接数据库 1.2. 支持的数据库 1.2.1. MySQL 1.2.2. PostgreSQL 1.2.3. Sqlite3 1.2.4. SQL Server 1.3. 不支持的数据库 1. 连接数据库 1.1. 连接数据库 为了连接数据库,你首先要导入数据库驱动程序。例如: import _ ...
  • Has One

    Has One 声明 检索 重写外键 重写引用 Has One 的 CURD 预加载 自引用 Has One 外键约束 Has One has one 与另一个模型建立一对一的关联,但它和一对一关系有些许不同。 这种关联表明一个模型的每个实例都包含或拥有另一个模型的一个实例。 例如,您的应用包含 user 和 credit card...
  • 约束

    检查约束 索引约束 外键约束 GORM 允许通过标签创建数据库约束,约束会在通过 GORM 进行 AutoMigrate 或创建数据表 时被创建。 检查约束 通过 check 标签创建检查约束 type UserIndex struct { Name string `gorm:"check:name_chec...
  • 贡献

    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...
  • Contribute

    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...