Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + func NewPostgreSQLStateStore(logger logger.Logger) state.Store + func NewPostgreSQLStateStoreWithOptions(logger logger.Logger, opts Options) state.Store + type Options struct + NoAWSIAM bool + NoAzureAD bool + type PostgreSQL struct + func (p *PostgreSQL) BulkGet(parentCtx context.Context, req []state.GetRequest, _ state.BulkGetOpts) ([]state.BulkGetResponse, error) + func (p *PostgreSQL) CleanupExpired() error + func (p *PostgreSQL) Close() error + func (p *PostgreSQL) Delete(ctx context.Context, req *state.DeleteRequest) error + func (p *PostgreSQL) Features() []state.Feature + func (p *PostgreSQL) Get(parentCtx context.Context, req *state.GetRequest) (*state.GetResponse, error) + func (p *PostgreSQL) GetCleanupInterval() *time.Duration + func (p *PostgreSQL) GetComponentMetadata() (metadataInfo metadata.MetadataMap) + func (p *PostgreSQL) GetDB() *pgxpool.Pool + func (p *PostgreSQL) Init(ctx context.Context, meta state.Metadata) (err error) + func (p *PostgreSQL) Multi(parentCtx context.Context, request *state.TransactionalStateRequest) error + func (p *PostgreSQL) Set(ctx context.Context, req *state.SetRequest) error