书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 179 个相关结果.
  • get 命令

    get 命令 gopm get 使用示例 gopm get gopm get <import path>@[<tag|commit|branch>:<value>] 使用用例 最新版本:gopm get github.com/go-xorm/xorm 固定分支:gopm get github.com/go-xorm/xorm@branch:maste...
  • 引擎组策略

    负载策略 负载策略 通过 xorm.NewEngineGroup 创建 EngineGroup 时,第三个参数为 policies,我们可以通过该参数来指定 Slave 访问的负载策略。如创建EngineGroup 时未指定,则默认使用轮询的负载策略。 xorm 中内置五种负载策略,分别为随机访问负载策略,权重随机访问负载策略,轮询访问负载策略,权...
  • Go语言 orm库

    2357 2020-11-15 《Golang 开发笔记》
    5.2 xorm 安装 xorm工具 安装 1、二进制安装 2、源码安装 命令列表 示例 Shell Dump Source Driver links 5.2 xorm xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作非常简便。 在上一节讲过 http://github.com/go-sql-drive...
  • 数据库 - ORM

    简介 核心包目录 model层规划 注入DB对象 获取DB对象 Git仓库 XORM文档 特性 驱动支持 简介 目前数据库使用开源的ORM组件库:XORM。 核心包目录 github.com/qit-team/snow-core/db model层规划 app/models/model.go 基础Moel层,业务Mode...
  • Created

    Created Created Created Created Created tag will automatically inserted current time when you insert one record. To use this feature, you should use created tag at the related...
  • 创建时间Created

    创建时间Created 创建时间Created 创建时间Created 创建时间Created Created可以让您在数据插入到数据库时自动将对应的字段设置为当前时间,需要在xorm标记中使用created标记,如下所示进行标记,对应的字段可以为time.Time或者自定义的time.Time或者int,int64等int类型。 type U...
  • 引擎组策略

    负载策略 负载策略 通过xorm.NewEngineGroup创建EngineGroup时,第三个参数为policies,我们可以通过该参数来指定Slave访问的负载策略。如创建EngineGroup时未指定,则默认使用轮询的负载策略。 xorm中内置五种负载策略,分别为随机访问负载策略,权重随机访问负载策略,轮询访问负载策略,权重轮询访问负载策略...
  • 设置 Engine 组策略

    设置 Engine 组策略 负载策略 设置 Engine 组策略 负载策略 通过 xorm.NewEngineGroup 创建 EngineGroup 时,第三个参数为 policies,我们可以通过该参数来指定 Slave 访问的负载策略。如创建EngineGroup 时未指定,则默认使用轮询的负载策略。 xorm 中内置五种负载策略,分别为随...
  • Create Engine Group

    Create Engine Group Create Engine Group Create Engine Group Create Engine Group XORM supports to create EngineGroup to handle Master/Slave databases. You can invoke xorm.NewEn...
  • Create Engine

    Create Engine Create Engine Logs Connections pool Create Engine Create Engine When using xorm, you can create one or more ORM engines in one application. XORM supports two k...