MCPcopy Create free account
hub / github.com/temporalio/temporal / NewSQLStore

Function NewSQLStore

common/persistence/sql/common.go:27–33  ·  view source on GitHub ↗
(db sqlplugin.DB, logger log.Logger, serializer serialization.Serializer)

Source from the content-addressed store, hash-verified

25}
26
27func NewSQLStore(db sqlplugin.DB, logger log.Logger, serializer serialization.Serializer) SqlStore {
28 return SqlStore{
29 DB: db,
30 logger: logger,
31 serializer: serializer,
32 }
33}
34
35func (m *SqlStore) GetName() string {
36 return m.DB.PluginName()

Callers 9

NewSQLExecutionStoreFunction · 0.85
newMetadataPersistenceV2Function · 0.85
NewSqlNexusEndpointStoreFunction · 0.85
newShardPersistenceFunction · 0.85
NewQueueV2Function · 0.85
newTaskManagerV1Function · 0.85
newQueueFunction · 0.85
newTaskManagerV2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected