zibri
    Preparing search index...

    Options for starting a sql query.

    type QueryOptions = {
        alias?: string;
        transaction?: Transaction;
    }
    Index

    Properties

    Properties

    alias?: string

    The alias of the entity in the queries. Defaults to the name of the entity.

    transaction?: Transaction

    The transaction to run the query in.