query
The SQL query used to write or to subscribe
Example: "INSERT INTO test (some_column) VALUES ($some_column)"
"INSERT INTO test (some_column) VALUES ($some_column)"
queryValues
The SQL query values used to bulk insert
Example: "($id, $name, $age)"
"($id, $name, $age)"
interval
The amount of milliseconds between queries. Only required when subscribing
Default: 1000
1000
cronExpression
The Cron expression used to poll the endpoint. (For examples, see: https://github.com/node-cron/node-cron)
Examples: "1,2,4,5 * * * *", "1-5 * * * *", "*/2 * * * *", "* * * January,September Sunday"
"1,2,4,5 * * * *"
"1-5 * * * *"
"*/2 * * * *"
"* * * January,September Sunday"
Last updated 1 year ago
Was this helpful?