db

package
v0.0.0-...-7acf401 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	QueryRow(query string, args ...interface{}) *sql.Row
	Exec(string, ...interface{}) (sql.Result, error)
	Begin() (*sql.Tx, error)
	Close() error
}

Store describes set of functionalities needed to interact with database

Jump to

Keyboard shortcuts

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