Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { Handle *sql.DB User string DSN string Provider string Schema string HasRowID bool }
func (*Database) Close ¶
func (d *Database) Close()
Close is a shim to pass through to the underlying database handle.
Click to show internal directories.
Click to hide internal directories.