Versions in this module Expand all Collapse all v0 v0.0.3 Dec 8, 2023 Changes in this version + func NewFetcher(queryer gf_sqlite3.Queryer) fetcher + type SchemaColumn struct + Name string + Nullable bool + Type string + type SchemaForeignKey struct + ReferencedKey []string + ReferencedTable string + ReferencingKey []string + type SchemaTable struct + Columns []SchemaColumn + ForeignKeys []SchemaForeignKey + Name string + PrimaryKey []string + UniqueKeys []SchemaUniqueKey + type SchemaUniqueKey struct + Key []string + Name string