Versions in this module Expand all Collapse all v0 v0.1.1 Oct 24, 2023 v0.1.0 Oct 23, 2023 Changes in this version + const DescribeTableSQL + func New(ctx context.Context, cfg ConnectionConfig) (graph.Factory, error) + type Column struct + Default *string + MaxCharLength uint + Name string + Nullable bool + Position uint + Precision uint + Type api.IDataType + func (c *Column) ScanRow(rows pgx.Rows) error + type ConnectionConfig struct + ConnectionString string + SequenceTable string + SyncTable string