mongoloquent
    Preparing search index...

    Interface IQueryBuilder

    interface IQueryBuilder {
        collection: string;
        connection?: string;
        databaseName?: string;
        useSoftDelete?: boolean;
        useTimestamps?: boolean;
    }
    Index

    Properties

    collection: string
    connection?: string
    databaseName?: string
    useSoftDelete?: boolean
    useTimestamps?: boolean