Duaer

Build

Read and write MySQL in Duaer

In Duaer, MySQL defaults to Operation Insert. Choose Table. Data Mode defaults to Auto-Map Input Data to Columns. You need a mySql credential.

Insert a row

  1. Create a mySql credential.
  2. Search for MySQL, connect it after the previous node, and select that credential.
  3. Leave Operation on Insert.
  4. Choose Table.
  5. Leave Data Mode on Auto-Map Input Data to Columns (input field names must match column names). Select Execute step.

Data Mode can also be Map Each Column Manually.

Other operations: Select, Update, Insert or Update, Delete, and Execute SQL for raw SQL. The panel label is Execute SQL, not Execute Query.

See also Read and write Postgres in Duaer and Find documents with MongoDB in Duaer.

Questions

Are MySQL and Postgres operations named the same in Duaer?

They are similar, but raw SQL is labeled Execute SQL on MySQL and Execute Query on Postgres.

In this section