package
Version:
v0.1.10
Opens a new window with list of versions in this module.
Published: Sep 8, 2023
License: BSD-3-Clause-Clear
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Name(name string) (string, error)
-
func Regedit(c *Config)
-
func Replace(name, search, replace string) (string, error)
-
func RunExec(sql string, arg ...any) error
-
func RunNameExec(name string, arg ...any) error
-
func RunNameScan(name string, objs any, arg ...any) error
-
func RunScan(sql string, objs any, arg ...any) error
-
type Config
根据文件名获取SQL内容
name SQL文件名,基于打包变量所在位置的相对路径,忽略.sql后缀
读取SQL并进行替换操作
name 文件名
search 搜索内容
replace 替换内容
根据SQL语句进行运行【可使用?进行参数绑定和传入】
sql 要运行的SQL语句
arg 参数列表
根据SQL文件名进行运行【可使用?进行参数绑定和传入】
name 文件名
arg 参数列表
根据SQL文件名进行查询操作【可使用?进行参数绑定和传入】
name 文件名
objs 查询结果回写到变量【指针】
arg 参数列表
根据SQL语句进行查询操作【可使用?进行参数绑定和传入】
sql 要查询的SQL语句
objs 查询结果回写到变量【指针】
arg 参数列表
Source Files
¶
Click to show internal directories.
Click to hide internal directories.