Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + func NewMySQLStateStore(logger logger.Logger) state.Store + type MySQL struct + func (m *MySQL) BulkGet(parentCtx context.Context, req []state.GetRequest, _ state.BulkGetOpts) ([]state.BulkGetResponse, error) + func (m *MySQL) Close() error + func (m *MySQL) Delete(ctx context.Context, req *state.DeleteRequest) error + func (m *MySQL) Features() []state.Feature + func (m *MySQL) Get(parentCtx context.Context, req *state.GetRequest) (*state.GetResponse, error) + func (m *MySQL) GetComponentMetadata() (metadataInfo metadata.MetadataMap) + func (m *MySQL) Init(ctx context.Context, metadata state.Metadata) error + func (m *MySQL) Multi(ctx context.Context, request *state.TransactionalStateRequest) error + func (m *MySQL) Ping(ctx context.Context) error + func (m *MySQL) PingWithContext(parentCtx context.Context) error + func (m *MySQL) Set(ctx context.Context, req *state.SetRequest) error