Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EngineMysql is the mysql engine name. EngineMysql = "mysql" // EngineMongo is the mongo engine name. EngineMongo = "mongo" )
View Source
const DatabaseName = "love_story_20140119"
DatabaseName is the database name.
View Source
const GeneratedHeader = "GENERATED CODE BY DBD. DO NOT EDIT.\n"
GeneratedHeader is the header of generated code.
Variables ¶
View Source
var ErrContainerNotFound = errors.New("container not found")
ErrContainerNotFound is returned when the container is not found.
View Source
var ErrEngineNotSupported = errors.New("engine not supported")
ErrEngineNotSupported is returned when the engine is not supported.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.