sqlite3

package
v0.0.0-...-e991ac3 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2021 License: Apache-2.0, MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDatabase

func NewDatabase(config adapter.Config) (adapter.Database, error)

Types

type Sqlite3Database

type Sqlite3Database struct {
	// contains filtered or unexported fields
}

func (*Sqlite3Database) Close

func (d *Sqlite3Database) Close() error

func (*Sqlite3Database) DB

func (d *Sqlite3Database) DB() *sql.DB

func (*Sqlite3Database) DumpTableDDL

func (d *Sqlite3Database) DumpTableDDL(table string) (string, error)

func (*Sqlite3Database) TableNames

func (d *Sqlite3Database) TableNames() ([]string, error)

func (*Sqlite3Database) Views

func (d *Sqlite3Database) Views() ([]string, error)

Jump to

Keyboard shortcuts

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