Class MemoryDatabaseAdapter

A generic database adapter you can use if the API of Query is sufficient.

You can specify a more specialized adapter like MysqlDatabaseAdapter/MongoDatabaseAdapter with special API for MySQL/Mongo.

Hierarchy

Constructors

Properties

store: Map<ReflectionClass<any>, SimpleStore<any>> = ...

Methods

  • Type Parameters

    • T

    Parameters

    • classSchema: ReflectionClass<T>

    Returns SimpleStore<T>

Generated using TypeDoc