Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database interface {
Close()
Connect(dbFile string) error
Exec(sql string, args ...interface{}) (sql.Result, error)
Query(sql string, args ...interface{}) (rows.Rows, error)
}
Database Define a common interface for all database drivers
Click to show internal directories.
Click to hide internal directories.