package
1.2.6
Repository: https://github.com/micro-plat/lib4go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewDB 创建DB实例.
NewQueryRow 构建QueryRow对象.
NewQueryRows 构建QueryRows.
NewSysDB 创建DB实例.

# Constants

OCI8 oralce数据库.
ORA oralce数据库.
SQLITE3 Sqlite3数据库.

# Structs

DB 数据库操作类.
DBTrans 数据库事务操作类.
SysDB 数据库实体.
SysDBTransaction 事务.

# Interfaces

IDB 数据库操作接口,安装可需能需要执行export LD_LIBRARY_PATH=/usr/local/lib.
IDBExecuter 数据库操作对象集合.
IDBTrans 数据库事务接口.
No description provided by the author
ISysDBTrans 数据库事务接口.

# Type aliases

QueryRow 单行数据.
QueryRows 多行数据.