Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFetcher ¶
func NewFetcher(queryer gf_spanner.Queryer) fetcher
Types ¶
type SchemaColumn ¶
type SchemaForeignKey ¶
type SchemaTable ¶
type SchemaTable struct { Name string `json:"name"` Columns []SchemaColumn `json:"columns"` PrimaryKey []string `json:"primary_key"` Parent string `json:"parent"` ForeignKeys []SchemaForeignKey `json:"foreign_key"` UniqueKeys []SchemaUniqueKey `json:"unique_key"` }
type SchemaUniqueKey ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.