SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface PostgresTransactionOptions

    interface PostgresTransactionOptions {
        isolationLevel?: PostgresIsolationLevel;
        readOnly?: boolean;
    }
    Index

    Properties

    isolationLevel?: PostgresIsolationLevel
    readOnly?: boolean