Storage

Heisenware provides a flexible range of options for data storage, from powerful internal databases and external connectors to temporary in-memory solutions for your application logic.

Internal Databases

Every Heisenware Workspace is equipped with two powerful, enterprise-grade databases that are pre-configured and ready to use, allowing you to build complete applications without external storage providers.

  • Internal PostgreSQL: A robust relational database for all your structured data, such as users, products, or orders.

  • Internal InfluxDB: A high-performance time-series database, perfect for IoT sensor readings and monitoring metrics.

Connecting to External Databases

If you need to integrate with your own existing databases, Heisenware provides dedicated connectors:

  • SQL Connector: Connects to a wide variety of external relational databases, including PostgreSQL, MySQL, MariaDB, SQLite, and Microsoft SQL Server (MSSQL).

  • InfluxDB Connector: Connects to an external InfluxDB instance.

In-Memory Storage

For short-term or temporary data management directly within your application's logic, Heisenware offers the Circular Buffer and Data Store classes.

Last updated