# FlowFuse Tables

<div className="ff-callout,ff-callout--warning">

Warning

<div className="ff-callout__content">

This feature is currently in [the beta state](https://flowfuse.com/handbook/engineering/releases/#beta-release).

</div>
</div>

From FlowFuse v2.20.0 Teams (Enterprise teams only) can create a relational database to use to store data.

You can create a database by selecting the Tables entry in the left hand menu

![Screenshot of FF Tables create database menu](/docs/user/images/tables/create-database.png)*Screenshot of FF Tables create database menu*

Once you have created a database you can use the wizard to create some tables. The wizard offers a subset of the most used column types and has the option to set default values and generate sequences for ids.

![Screenshot of create tables wizard](/docs/user/images/tables/create-table-wizard.png)*Screenshot of create tables wizard*

Once the tables have data in them then the first 10 rows will be displayed in the Explorer tab.

![Screenshot of Tables Explorer](/docs/user/images/tables/tables-ui-screenshot.png)*Screenshot of Tables Explorer*

## Query Nodes

FlowFuse Node-RED instances come with a Query Node that will be enabled if running in a Team with a FlowFuse Tables database enabled. This node will automatically import the required credentials to connect to the database.

![Screenshot of Node-RED query node](/docs/user/images/tables/tables-query-node.png)*Screenshot of Node-RED query node*

## Postgres Clients

You can connect any Postgres Client to the FlowFuse Tables database using the information on the Credentials tab

![Screenshot of credentials](/docs/user/images/tables/credentials.png)*Screenshot of credentials*
