Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverPostgres ¶
type DriverPostgres struct {
// contains filtered or unexported fields
}
func (*DriverPostgres) Close ¶
func (d *DriverPostgres) Close() error
func (*DriverPostgres) Exec ¶
func (d *DriverPostgres) Exec(directive string, args ...interface{}) (sql.Result, error)
func (*DriverPostgres) MustConnect ¶
func (d *DriverPostgres) MustConnect(uri, user, password string) (*sql.DB, error)
type DriverSqlite3 ¶
type DriverSqlite3 struct {
// contains filtered or unexported fields
}
func (*DriverSqlite3) Close ¶
func (d *DriverSqlite3) Close() error
func (*DriverSqlite3) Exec ¶
func (d *DriverSqlite3) Exec(directive string, args ...interface{}) (sql.Result, error)
func (*DriverSqlite3) MustConnect ¶
func (d *DriverSqlite3) MustConnect(uri, user, password string) (*sql.DB, error)
Click to show internal directories.
Click to hide internal directories.