package
3.9.0+incompatible
Repository: https://github.com/datomar-labs-inc/db.git
Documentation: pkg.go.dev

# README

SQLite3 adapter for upper.io/db

Please read the full docs, acknowledgements and examples at https://github.com/datomar-labs-inc/db/sqlite

# Functions

New wraps the given *sql.DB session and creates a new db session.
NewTx returns a transaction session.
Open stablishes a new connection with the SQL server.
ParseURL parses s into a ConnectionURL struct.

# Constants

Adapter is the public name of the adapter.

# Structs

ConnectionURL implements a SQLite connection struct.