Versions in this module Expand all Collapse all v0 v0.2.0 Nov 9, 2021 Changes in this version + type Col struct + type ForeignKey struct + type PrimaryKey struct + type Schema struct + Tables []*Table + XLogPos pglogrepl.LSN + func SyncSchema(ctx context.Context, conn *pgxpool.Pool, includedTables ...string) (*Schema, error) + func (s *Schema) InternalMapping(external []config.TableMapping) []config.InternalTableMapping + func (s *Schema) ToConfig() *config.Config + func (s *Schema) ToTableMapping() []config.TableMapping + func (s *Schema) ToZedSchema() (zedSchema string) + type Table struct + Cols []Col + ForeignKeys []ForeignKey + ID uint32 + Name string + PrimaryKeys PrimaryKey