Skip to main content

SQLiteCommerceStore

@totemsdk/edge-adapters


@totemsdk/edge-adapters / SQLiteCommerceStore

Class: SQLiteCommerceStore

Aggregated durable commerce store.

Implements

Constructors

Constructor

new SQLiteCommerceStore(config): SQLiteCommerceStore

Parameters

config

SQLiteCommerceStoreConfig

Returns

SQLiteCommerceStore

Properties

negotiations

readonly negotiations: NegotiationStore

Implementation of

CommerceStore.negotiations


outbox

readonly outbox: OutboxStore

Implementation of

CommerceStore.outbox


principals

readonly principals: PrincipalNegotiationStore

Implementation of

CommerceStore.principals


purchases

readonly purchases: PurchaseStore

Implementation of

CommerceStore.purchases


replay

readonly replay: ReplayLedger

Implementation of

CommerceStore.replay

Methods

close()

close(): void

Returns

void