sqlite

package
v3.8.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2021 License: MIT Imports: 17 Imported by: 16

README

SQLite3 adapter for upper.io/db

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

Documentation

Overview

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

Index

Constants

View Source
const Adapter = sqlDriver

Adapter is the public name of the adapter.

Variables

This section is empty.

Functions

func New

func New(sess *sql.DB) (sqlbuilder.Database, error)

New wraps the given *sql.DB session and creates a new db session.

func NewTx

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

NewTx returns a transaction session.

func Open

func Open(settings db.ConnectionURL) (sqlbuilder.Database, error)

Open stablishes a new connection with the SQL server.

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