Documentation
¶
Overview ¶
Package database provides a wrapper around the sqlx package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SQL wrapper SQL *sqlx.DB )
Functions ¶
Types ¶
type Info ¶
type Info struct {
// FileStorage is the path to the folder where uploaded files are stored
FileStorage string
// Type of database
Type Type
// MySQL info if used
MySQL MySQLInfo
}
Info contains the database configurations.
Click to show internal directories.
Click to hide internal directories.