ToolJet/docs/versioned_docs/version-2.39.0/data-sources/rethinkdb.md
Karan Rathod 9423e890c8
[docs]: Create new version for recent updates (#9635)
* create new version

* revert changes in versions.json

* add system requirements in version 2.39
2024-05-08 11:12:15 +05:30

877 B

id title
rethinkdb RethinkDB

RethinkDB

ToolJet can connect to RethinkDB databases to read and write data. For more info visit this doc.

ToolJet - Data source - RethinkDB

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. :::