Documentation ¶
Index ¶
Constants ¶
View Source
const (
CONNECTION_URL_PATTERN = "%s:%s@tcp(%s:%d)/%s?charset=utf8"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MysqlStore ¶
type MysqlStore struct {
abstract_sql.AbstractSqlStore
}
func (*MysqlStore) GetName ¶
func (store *MysqlStore) GetName() string
func (*MysqlStore) Initialize ¶
func (store *MysqlStore) Initialize(configuration util.Configuration) (err error)
Click to show internal directories.
Click to hide internal directories.