Class KyselyCircuitBreakerStorageAdapter<TType>

To utilize the KyselyCircuitBreakerStorageAdapter, you must install the "kysely" package and configure a Kysely class instance.

Note in order to use KyselyCircuitBreakerStorageAdapter correctly, you need to use a database that has support for transactions. The adapter have been tested with sqlite, postgres and mysql databases.

IMPORT_PATH: "@daiso-tech/core/circuit-breaker/kysely-circuit-breaker-storage-adapter"

Type Parameters

  • TType

Implements

Constructors

Methods