sqlite

package
v1.0.0-alpha Latest Latest
Warning

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

Go to latest
Published: May 10, 2025 License: MIT, MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DMLSQL = []string{
	"BEGIN",
	"BEGIN TRANSACTION",
	"COMMIT",
	"END TRANSACTION",
	"ROLLBACK",
	"INSERT",
	"UPDATE",
	"DELETE",
	"CREATE",
	"ALERT",
	"DROP",
}

Functions

func Broadcast

func Broadcast(sql string)

func Exec

func Exec(sql string) (*mysql.Result, error)

func InitSQLite

func InitSQLite(ctx context.Context, filename string) *sql.DB

Types

This section is empty.

Jump to

Keyboard shortcuts

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