书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 26566 个相关结果.
  • Framework Integration

    Framework Integration Flask Django Bottle Web.py Tornado Wheezy.web Falcon Pyramid CherryPy Sanic FastAPI Other frameworks Framework Integration For web application...
  • Session

    DryRun PrepareStmt NewDB Initialized Skip Hooks DisableNestedTransaction AllowGlobalUpdate FullSaveAssociations Context Logger NowFunc Debug QueryFields CreateBatchSiz...
  • 高级查询

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

    AutoMigrate Migrator 接口 当前数据库 表 列 约束 索引 约束 其他迁移工具 AutoMigrate AutoMigrate 用于自动迁移您的 schema,保持您的 schema 是最新的。 注意: AutoMigrate 会创建表、缺失的外键、约束、列和索引。 如果大小、精度、是否为空可以更改,则 Aut...
  • 操作示例

    1. 获取ORM对象 2. 单表/联表查询 1). 基础查询 2). join 查询 3). select in 查询 4). like 查询 5). sum 查询 6). count 查询 7). distinct 查询 3. 链式更新/删除 4. 链式写入/保存 5. 链式批量写入 6. 链式批量保存 7. 参数自动过滤 8....
  • Write Plugins

    Callbacks Register Callback Delete Callback Replace Callback Register Callback with orders Defined Callbacks Plugin Callbacks GORM itself is powered by Callbacks , it has ...
  • Preloading (Eager Loading)

    Preload Joins Preloading Preload All Preload with conditions Custom Preloading SQL Nested Preloading Preload GORM allows eager loading relations in other SQL with Preload ,...
  • 1.6. Partitioned Databases

    1.6. Partitioned Databases 1.6.1. /db/_partition/partition 1.6.2. /db/_partition/partition/_all_docs 1.6.3. /db/_partition/partition/_design/design-doc/_view/view-name 1.6.4....
  • Backup and Recovery

    Overview Backup steps Backup Order: Database First or Data Directory First" level="3"> Backup Order: Database First or Data Directory First Backing up Databases Backing up Sea...
  • 预加载

    预加载示例 Joins 预加载 预加载全部 条件预加载 自定义预加载 SQL 嵌套预加载 Embedded Preloading 预加载示例 GORM允许使用 Preload 通过多个SQL中来直接加载关系, 例如: type User struct { gorm . Model Username stri...