Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteDatabase ¶
type SQLiteDatabase struct {
// contains filtered or unexported fields
}
func NewDBWithDriver ¶
func (*SQLiteDatabase) Close ¶
func (db *SQLiteDatabase) Close() error
func (*SQLiteDatabase) DSN ¶
func (db *SQLiteDatabase) DSN() string
func (*SQLiteDatabase) LiveHardDieFast ¶
func (db *SQLiteDatabase) LiveHardDieFast() error
func (*SQLiteDatabase) Lock ¶
func (db *SQLiteDatabase) Lock() error
func (*SQLiteDatabase) Unlock ¶
func (db *SQLiteDatabase) Unlock() error
Click to show internal directories.
Click to hide internal directories.