sqlformat

package module
v0.0.0-...-b3d2afb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2022 License: GPL-3.0 Imports: 6 Imported by: 0

README

sqlformat

sql format precompile

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecSql

func ExecSql(cxt context.Context, db interface{}, sql string, js *gojson.Json) (sql.Result, error)

insert into db_user where (userid,nickname) values (#{userid},#{nickname})

func QuerySql

func QuerySql(ctx context.Context, db interface{}, sql string, js *gojson.Json, v interface{}) error

select * from db_user where userid=#{userid} and nickname=#{nickname}

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL