sqlsimplekv

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2021 License: LGPL-3.0 Imports: 10 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStore

func NewStore(driverName string, db *sql.DB, tableName string) (simplekv.Store, error)

NewStore returns a new Store instance that uses the given sql database for storage, generating SQL with the given driver (currently only "postgres" is supported).

The data will be stored in a table with the given name (other SQL artificacts may also be created using the name as a prefix).

Types

This section is empty.

Jump to

Keyboard shortcuts

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