Documentation ¶
Index ¶
- func CreateTableIfNecessary(ctx context.Context, db Database, t Table) error
- func HasTable(ctx context.Context, db Database, table string) (bool, error)
- func HasTableWithSQLDB(ctx context.Context, db *sql.DB, table_name string) (bool, error)
- type Database
- type ResultRow
- type ResultSet
- type ResultSetFunc
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTableIfNecessary ¶
Types ¶
type ResultSetFunc ¶
Click to show internal directories.
Click to hide internal directories.