createInMemory(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
createInMemory(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 { createInMemory } from ".";