From 03421b7722e0971e86bc7945285e5bfb84e59797 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Tue, 12 Jan 2021 13:14:04 +0100 Subject: [PATCH] :hammer: Add TOC --- docs/reference/data/understanding-database.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/data/understanding-database.md b/docs/reference/data/understanding-database.md index a2a2b5c1e..ed4a54ac6 100644 --- a/docs/reference/data/understanding-database.md +++ b/docs/reference/data/understanding-database.md @@ -2,6 +2,8 @@ By default, n8n uses SQLite as the database. The [credentials](../glossary.md#credentials), [workflows](../glossary.md#workflow), [executions](../glossary.md#execution), and [webhook](../glossary.md#webhook) are decoupled and stored in different tables. +[[toc]] + To inspect the n8n database, you can use [DBeaver](https://dbeaver.io), which is an open-source universal database tool. ## Credentials Entity