cartodb@0.4.7
This adaptor exports the following from common:
Functions
addRow
addRow(table, rowData) ⇒ Operation
Add rows to a table
Param | Type | Description |
---|---|---|
table | String | Table name |
rowData | object | data to add in the row |
Example
execute(
addRow(table, rowData)
)
sql
sql(sqlQuery) ⇒ Operation
Execute an SQL statement
Param | Type | Description |
---|---|---|
sqlQuery | object | Payload data for the message |
Example
execute(
sql(sqlQuery)
)