package
Version:
v1.0.56
Opens a new window with list of versions in this module.
Published: Jan 17, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package tinysqlite provides utilities for handling sqlite.
Open tries to open an instance of sqlite3 database and then return *gorm.DB instance to interact with it.
type Config struct {
Verbose bool
}
Config holds a configuration for Open.
Opt is an option to be specified to DialPostgres.
GormOpt adds an option to modify the default gorm.Config.
Verbose tells client to log all executed queries.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.