sqlite

package
v1.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InsertItems

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

insert items into group

func Query

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

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

func UpdateItem

func UpdateItem(sqlitePath, sqlString string) (int64, error)

update item

func UpdateItems

func UpdateItems(sqlitePath string, 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