mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 14:07:26 +00:00
* [docs] #6883 #6894 #6352 #6417 * [docs]added V2.10.0 * [docs]update supported file types for generate file action * [docs] updated generate file doc and how-to for generate file for text type
877 B
877 B
| id | title |
|---|---|
| rethinkdb | RethinkDB |
RethinkDB
ToolJet can connect to RethinkDB databases to read and write data. For more info visit this doc.
Connection
ToolJet connects to InfluxDB using :
- Database
- Host
- Port
- Username
- Password
Supported queries:
-
Delete database
-
Delete Table
-
Create database
-
Create Table
-
List table
-
List database
-
Get all documents
-
Insert table data
-
Update all table data
-
Update by id
-
Delete table data by id
-
Delete all table data
-
Get document from primary key
:::info NOTE: Name field in all operation is database name if not given will take the default database used for connection. :::