Creates a SQLite transaction that will run a SQL statement on each record and either commit the results, or rollback to the original state of the database.

  • Type Parameters

    • BindParams extends any[]

    Parameters

    Returns Transaction<VariableArgFunction>