package
module
Version:
v0.33.0
Opens a new window with list of versions in this module.
Published: Jul 22, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sqlite provides the pure-Go (cgo-free) SQLite driver for gormx.Module.
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.WithModule(gormx.Module(sqlite.Driver()))
app.WithModule(gormx.Module(sqlite.Driver(), "bot"))
Source Files
¶
Click to show internal directories.
Click to hide internal directories.