package
Version:
v0.0.0-...-76727dd
Opens a new window with list of versions in this module.
Published: Aug 8, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
MYSQL dbtype = "mysql"
POSTGRES dbtype = "postgres"
SQLITE dbtype = "sqlite"
)
type Database struct {
*sqlx.DB
}
Database provides an sqlx embedded database.
New returns a new Database.
Type returns the database type (i.e., SQLITE, POSTGRES, etc).
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.