@grandlinex/core
    Preparing search index...

    Class CoreDBPrefab<T>Abstract

    Abstract base class for database prefabs that wrap a CoreDBCon instance.

    A prefab encapsulates database operations and entity management while providing a unified interface for initializing, updating, and querying the underlying database. Concrete subclasses implement initPrefabDB to perform prefab‑specific initialization logic.

    IDataBase<unknown, unknown>

    Type Parameters

    • T extends CoreDBCon<any, any, any, any, any, any, any>

      The concrete CoreDBCon type that the prefab operates on.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    channel: string
    db: T
    logger: CoreLogger | null

    Methods