command
Version:
v0.8.7
Opens a new window with list of versions in this module.
Published: May 14, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
sqlite sample
Minimal end-to-end example of the provider/sqlite provider:
- opens a SQLite database file (pure-Go driver, no CGO)
- applies an embedded migration
- inserts and reads records through the repository
Run
go run ./samples/sqlite
The database file is created at $TMPDIR/blueprint-sqlite-sample.db and wiped on each run.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.