Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultDBConfig = DBConfig{
Username: "root",
Password: "dev",
Hostname: "localhost",
Port: 3307,
}
Functions ¶
This section is empty.
Types ¶
type CustomType ¶
type CustomType [16]byte
func CustomTypeFromString ¶
func CustomTypeFromString(s string) CustomType
func (*CustomType) Scan ¶
func (u *CustomType) Scan(value interface{}) error
func (CustomType) String ¶ added in v0.2.0
func (u CustomType) String() string
type TestDatabase ¶
func NewTestDatabase ¶
func NewTestDatabase() (*TestDatabase, error)
func (*TestDatabase) Close ¶
func (t *TestDatabase) Close() error
Click to show internal directories.
Click to hide internal directories.