Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database interface {
Tables() table.Names
Table(table.Name) (table.Table, bool)
CreateTable(table.Name, ...column.Column) (table.Table, error)
}
Database is an interface that manages a set of Tables and other data management structures
type Transactor ¶
type Transactor func(Query) (Transactor, error)
Transactor provides access to a Database's internal state
Click to show internal directories.
Click to hide internal directories.