createMemory(options?: StorageOptions): StorageConnector
Creates an in-memory storage connector for testing. Data is stored in memory and lost when the process ends.
optional
options: StorageOptions
createMemory(options?: StorageOptions): StorageConnector
Creates an in-memory storage connector for testing. Data is stored in memory and lost when the process ends.
options: StorageOptions
import { createMemory } from ".";