Skip to content

Adapters: Custom Storage

You can build custom storage adapters (MySQL, SQLite, CockroachDB) by implementing the core store interfaces and the RuntimeTransaction contract:

ts
export interface CustomStore 
  extends EventStore, StateStore, LeaseStore, OutboxStore, RuntimeTransaction {}

Invariant Durable Execution Engine.