Discover Packages
github.com/damiendart/visref
internal
sqlite
package
Version:
v0.0.0-...-ccfd39c
Opens a new window with list of versions in this module.
Published: Aug 29, 2025
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
DB represents an SQLite database connection.
BeginTx starts a transaction.
Open opens reading and writing database connections and executes any
outstanding database migrations.
type MainDB struct {
DB
}
MainDB represents the main database where permanent data is stored.
NewMainDB returns a new instance of DB for the main database.
NullTime represents a wrapper around time.Time, providing support for
storing and reading time values formatted using time.RFC3339 to and
from SQLite databases. NULL values are converted to zero-value times.
Scan implements the sql.Scanner interface.
Value implements the driver.Valuer interface.
Tx provides a sql.Tx and a transaction start timestamp.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.