Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBContextSQLite ¶
type DBContextSQLite struct {
// contains filtered or unexported fields
}
DBContextSQLite - impementation DBContext
func (*DBContextSQLite) Connection ¶
func (r *DBContextSQLite) Connection() *sql.DB
Connection returns current connection *sql.DB
func (*DBContextSQLite) IsCreated ¶
func (r *DBContextSQLite) IsCreated() bool
IsCreated returns true if repository created in this sessions
Click to show internal directories.
Click to hide internal directories.