Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InMemoryEngine

Engine that stores data in memory. Data can be accessed with the database property to get an InMemoryEngineDatabase.

Hierarchy

  • InMemoryEngine

Implements

Index

Constructors

Accessors

Methods

  • create(collectionName: string, document: EngineDocument, id?: string): Promise<string>
  • delete(collectionName: string, id: string): Promise<void>
  • update(collectionName: string, id: string, updates: EngineUpdates): Promise<void>

Generated using TypeDoc