Documentation ¶
Index ¶
Constants ¶
View Source
const (
// This is the format for a SQL Datetime Literal.
SQLDateTimeFormat = "2006-01-02 15:04:05"
)
Variables ¶
This section is empty.
Functions ¶
func InitializeForTest ¶
InitializeForTest creates an in-memory SQL database for tests only.
Types ¶
type TableCheck ¶
type TableCheck struct {
DoesExist int `db:"does_exist"`
}
Click to show internal directories.
Click to hide internal directories.