ToolJet/docs/versioned_docs/version-3.16.0-LTS/tooljet-db/tooljet-database.md
Pratik Agrawal a2eebf8595
[docs]: Improve Navigation Sidebar (#15047)
* nav sidebar label and auto open

* paid and self hosted tags

* navbar icons

* correct typo
2026-01-22 15:47:07 +05:30

29 lines
1.7 KiB
Markdown

---
id: tooljet-database
title: ToolJet Database Overview
sidebar_label: Overview
---
Use the ToolJet-hosted database to build apps faster, and manage your data with ease. ToolJet database require no setup and gives you a powerful user interface for managing your data.
<img className="screenshot-full img-full" src="/img/tjdb/preview.png" alt="ToolJet Database" />
## Features
ToolJet database allows you to:
- **Maintain tables of data** in a secure database that's only accessible within your ToolJet organization.
- **Edit, search, filter, sort, and filter** data using a spreadsheet-like interface.
- **Use the SQL editor** to write and execute complex SQL queries directly on your ToolJet database, providing more advanced data manipulation and retrieval capabilities.
- **Quickly build applications and write queries** to interact with the ToolJet Database, just like any other datasource but without any setup.
- **Export schema** from the ToolJet Database to a JSON file.
- Uniquely identify each record in a table using **Primary Keys**, ensuring data integrity and enabling efficient querying and indexing.
- Establish relationships between tables using **Foreign Keys**, allowing you to create associations based on the Primary Key of one table and maintain referential integrity.
## Accessing ToolJet Database
Once you log-in to your ToolJet account, from the left sidebar of the dashboard you can navigate to **ToolJet Database**.
The ToolJet Database is available on both **[ToolJet Cloud](https://tooljet.com)** and **[Self Hosted](/docs/setup/)** deployment. You can manage your database and its data using the **Database editor UI**.
<img className="screenshot-full img-m" src="/img/tjdb/tjdb-panel.png" alt="ToolJet database" />