Internal PostgreSQL

Every Heisenware Workspace comes equipped with a dedicated, enterprise-grade Internal PostgreSQL database. It is a powerful and robust solution for storing and managing any structured, relational data for your applications, such as user lists, product catalogs, or order information.

How It Works

The internal database is designed for immediate use and shares its core functionality with the external SQL Connector.

No Connection Required

Unlike the SQL Connector, the internal database is pre-configured and requires no setup. You can access all of its functions immediately via the default internal-postgres instance located in the storage category inside the Functions Library.

Identical Functions

The functions for managing tables (defineTable), querying data (getTableData), and manipulating rows (addRow, upsertRow, etc.) are identical to those used by the SQL Connector

Function Reference

Because the functionality is the same, the complete, detailed guide to all available functions—including schema management, querying, data manipulation, and table relationships—is located in the SQL Connector documentation. Please refer to that article for all examples and parameter details.

Last updated