# Functions
DeleteDB remove the sqlite db.
MockSqlite3ORM create sqlite db for test, return orm.
New return pointer to ORM to deal with database,called at NewKeeper.
NewSqlite3ORM create sqlite db, return orm.
# Structs
nolint.
nolint.
ORM is designed for deal with database by orm http://gorm.io/docs/query.html.
# Interfaces
nolint.
# Type aliases
nolint.