Class KyselyCacheAdapter<TType>

To utilize the KyselyCacheAdapter, you must install the "kysely" package and configure a Kysely class instance. The adapter have been tested with sqlite, postgres and mysql databases.

IMPORT_PATH: "@daiso-tech/core/cache/adapters"

Type Parameters

  • TType = unknown

Implements

Constructors

Methods