package
0.0.37
Repository: https://github.com/moremorefun/mtool.git
Documentation: pkg.go.dev

# Functions

Create 创建数据库链接.
ExecuteCountContent 执行sql语句返回执行个数.
ExecuteCountManyContent 返回sql语句并返回执行行数.
ExecuteLastIDContent 执行sql语句并返回lastID.
GetContent 执行sql查询并返回当个元素.
RowsContent 执行sql查询并返回多行.
SelectContent 执行sql查询并返回多行.
SetShowSQL 设置是否显示sql.
Transaction 执行事物.

# Constants

数据库数据类型.
数据库数据类型.
数据库数据类型.
数据库数据类型.
数据库数据类型.

# Variables

TypeMySQLToGoMap 类型转换关系.

# Interfaces

ExecuteAble 数据库接口.