Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEngine ¶
func NewEngine() db.DatabaseEngine
Types ¶
type SqliteEngine ¶
type SqliteEngine struct {
// contains filtered or unexported fields
}
func (*SqliteEngine) CloseDB ¶
func (e *SqliteEngine) CloseDB()
func (*SqliteEngine) InitDB ¶
func (e *SqliteEngine) InitDB() *sql.DB
func (*SqliteEngine) Migrate ¶
func (e *SqliteEngine) Migrate() error
Click to show internal directories.
Click to hide internal directories.