sqlite3

package
v0.0.0-...-22f4719 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// https://www.sqlite.org/fileformat.html
	SQLite3_HeaderMagic = []byte("SQLite format 3\x00")
	ErrorInvalidSQLite3 = xerrors.Errorf("invalid or unsupported SQLite3 format")
)

Functions

This section is empty.

Types

type SQLite3

type SQLite3 struct {
	*sql.DB
}

func Open

func Open(path string) (*SQLite3, error)

func (*SQLite3) Read

func (db *SQLite3) Read() <-chan dbi.Entry

Jump to

Keyboard shortcuts

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