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.
Click to show internal directories.
Click to hide internal directories.