package
module
Version:
v0.16.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Driver returns the built-in SQLite driver (pure-Go, no cgo). The database
file path is taken from cfg.Name; use ":memory:" for an in-memory database:
app.WithDatabase(sqlite.Driver())
app.WithNamedDatabase("bot", sqlite.Driver())
Source Files
¶
Click to show internal directories.
Click to hide internal directories.