@grandlinex/core
    Preparing search index...

    Class InMemDB

    In-memory implementation of CoreDBCon. This class stores all configuration values and entities in JavaScript Maps, making it suitable for testing or scenarios where persistence is not required.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    channel: string
    dbVersion: string
    e_map: Map<string, CoreEntity[]>
    logger: CoreLogger | null
    map: Map<string, ConfigType>
    schemaName: string
    updater: IBaseDBUpdate | null

    Methods