Database

In the Database category, you can write to each database type and retrieve database records.

An overview and the types of processing are as follows:

  • InfluxDB

    This operation writes input data to InfluxDB tables.

    The following types of operations can be used with the InfluxDB adapter:

    • Insert

       

  • MySQL

    This operation writes input data to MySQL tables. It can also retrieve records from MySQL tables.

    The following types of operations can be used with the MySQL adapter:

    • Insert

    • Insert (result output)

    • Select (1 row)

       

  • PostgreSQL

    This operation writes input data to PostgreSQL tables. It can also retrieve records from PostgreSQL tables.

    The following types of operations can be used with the PostgreSQL adapter:

    • Insert

    • Insert (result output)

    • Select (1 row)

       

  • SQL Server

    This operation writes input data to SQL Server tables. It can also retrieve records from SQL Server tables.

    The following types of operations can be used with the SQL Server adapter:

    • Insert

    • Insert (result output)

    • Select (1 row)