Reference to the Database, provided by rorm_db_connect.
Mutable pointer to a Transaction. Can be a null pointer to ignore this parameter.
Name of the table to query.
List of FFIUpdate to apply.
Pointer to a Condition.
callback function. Takes the context, the rows affected and an Error.
Pass through void pointer.
**Important**: - Make sure that db, model, updates and condition are allocated until the callback is executed.
This function is called from an asynchronous context.
This function updates rows in the database.