//
pkg.gl
Category
github.com/suboat/sorm
driver
mssql
package
0.2.2
Repository:
https://github.com/suboat/sorm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
15
Dependents
0
Files
1.6k SLOC
#
Functions
NewDb
NewDb 新键连接.
PubTimeConvert
PubTimeConvert 转换为UTC时间.
#
Constants
DbVer2008
版本.
DbVer2012
No description provided by the author
DbVer2017
No description provided by the author
DbVer2019
No description provided by the author
#
Variables
CfgDbUnsafe
true: sqlx.Unsafe 防止报错 https://github.com/jmoiron/sqlx/blob/master/sqlx.go#L601.
MaxOpenConns
MaxOpenConns 默认最大链接数.
RegTimeWithZone
时间格式转换.
#
Structs
ArgConn
ArgConn 数据库链接参数.
DatabaseSQL
DatabaseSQL 数据库.
Model
Model 实现.
Objects
Objects 实现.
SQLIndex
SQLIndex is index info of SQL-like database.
Trans
Trans 事务实现.