sqlx

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: GPL-3.0, LGPL-3.0 Imports: 7 Imported by: 1

README

sqlx
====
	library to facilitate migrating sqlite3 connection and migration.

development
-----------
	$ go mod download
	$ go test -v -cover ./...

license
-------
	LGPL-3.0-or-later

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrDSNRequired = errors.New("dsn required")
	ErrDBRequired  = errors.New("db required")
)

Functions

func Open

func Open(dsn string, fsys fs.FS) (*sql.DB, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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