sqlite

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitialSQLite

func InitialSQLite() error

initial db,create db if not existed and created group_cfg table

func InsertItems

func InsertItems(insertString string, rowValues ...[]string) error

insert items into group

func Query

func Query(queryString string) ([]map[string]string, error)

query data from SQLite, the format of return value is: [{columnName1: value1, columnName2: value2}]

func UpdateItem

func UpdateItem(sqlString string) (int64, error)

update item

func UpdateItems

func UpdateItems(sqlStrings ...string) error

update items with transaction

Types

This section is empty.

Jump to

Keyboard shortcuts

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