sqlite

package module
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package sqlite links the pure-Go SQLite driver into a Nucleus application.

Import it for its side effect, once, anywhere in the program:

import _ "github.com/jcsvwinston/nucleus/drivers/sqlite"

It registers modernc.org/sqlite under "sqlite" — the pure-Go driver, so it needs no cgo and cross-compiles — which is what pkg/db resolves a sqlite:// URL, a bare path ending in .db or .sqlite, and :memory: to.

Jump to

Keyboard shortcuts

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