Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
Name string `json:"name"`
Type string `json:"type"`
Description string `json:"description"`
Searchable bool `json:"searchable"`
}
Column represents a database column
type Index ¶
type Index struct {
Name string `json:"name"`
Columns []string `json:"columns"`
Type string `json:"type"` // btree, fts, etc.
}
Index represents a database index
Click to show internal directories.
Click to hide internal directories.