sqlite

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package sqlite provides an opinionated wrapper around some libraries for working with SQLite databases.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB struct {
	*sqlx.DB
}

DB provides a pool of connections to an SQLite database.

func Open

func Open(path string) (*DB, error)

Open connects to the SQLite database at the given path. If the database does not already exist, it will be created the first time a method is called.

Jump to

Keyboard shortcuts

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