Database
With the Database function, you can create, update, and delete data in a database as the final step in your data processing. As a forwarder function, you can use it, for example, to create or update audit records in a database.
Caution!
The Database function is not transaction-safe. If a stream fails, the updates that are already written to the database are not rolled back. For more information, see Transaction safety.
Database function icon