@wxn0brp/db-core
    Preparing search index...

    Interface DbOpts

    interface DbOpts {
        dbAction: ActionsBase;
        executor?: Executor;
        numberId?: boolean;
    }
    Index

    Properties

    dbAction: ActionsBase
    executor?: Executor
    numberId?: boolean