ToolJet/docs/versioned_docs/version-2.9.0/data-sources/rethinkdb.md
Shubhendra Singh Chauhan e9c7cdf57e
[docs] Appbuilder 1.1 (#6874)
* [docs] conditional action #6304

* [docs] plotly bar mode

* [docs] private app embed var

* [doc] table: selectedCell

* [doc]table nested data

* [doc]number-decimal

* [doc]buttontext

* [doc]boundedbox:default data

* [doc]multi-env updates

* [doc]version 2.9.0

* commented: PR5926

* commented: PR5296 minor change
2023-07-05 19:30:20 +05:30

52 lines
877 B
Markdown

---
id: rethinkdb
title: RethinkDB
---
# RethinkDB
ToolJet can connect to RethinkDB databases to read and write data. For more info visit this [doc](https://rethinkdb.com/api/javascript).
<img class="screenshot-full" src="/img/datasource-reference/rethink/rethink_auth.png" alt="ToolJet - Data source - RethinkDB" height="420" />
## 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.
:::