sqlite

package
v4.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2020 License: MIT Imports: 14 Imported by: 18

README

SQLite adapter for upper/db

Please read the full docs, acknowledgements and examples at https://upper.io/v4/adapter/sqlite/.

Documentation

Overview

Package sqlite wraps the github.com/lib/sqlite SQLite driver. See https://github.com/upper/db/adapter/sqlite for documentation, particularities and usage examples.

Index

Constants

View Source
const Adapter = `sqlite`

Adapter is the public name of the adapter.

Variables

This section is empty.

Functions

func New

func New(sqlDB *sql.DB) (db.Session, error)

New creates a sqlbuilder.Sesion instance by wrapping a *sql.DB value.

func NewTx

func NewTx(sqlTx *sql.Tx) (sqlbuilder.Tx, error)

NewTx creates a sqlbuilder.Tx instance by wrapping a *sql.Tx value.

func Open

func Open(connURL db.ConnectionURL) (db.Session, error)

Open establishes a connection to the database server and returns a db.Session instance (which is compatible with db.Session).

Types

type ConnectionURL

type ConnectionURL struct {
	Database string
	Options  map[string]string
}

ConnectionURL implements a SQLite connection struct.

func ParseURL

func ParseURL(s string) (conn ConnectionURL, err error)

ParseURL parses s into a ConnectionURL struct.

func (ConnectionURL) String

func (c ConnectionURL) String() (s string)

Jump to

Keyboard shortcuts

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