Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + func NewPostgres(logger logger.Logger) bindings.OutputBinding + type Postgres struct + func (p *Postgres) Close() error + func (p *Postgres) GetComponentMetadata() (metadataInfo metadata.MetadataMap) + func (p *Postgres) Init(ctx context.Context, meta bindings.Metadata) error + func (p *Postgres) Invoke(ctx context.Context, req *bindings.InvokeRequest) (resp *bindings.InvokeResponse, err error) + func (p *Postgres) Operations() []bindings.OperationKind