@runloop/api-client - v1.18.1
    Preparing search index...

    Interface SqlBatchParams

    interface SqlBatchParams {
        statements: Runloop.Axons.SqlStatementParams[];
    }
    Index

    Properties

    Properties

    The SQL statements to execute atomically within a transaction.