db

This module is a database/storage backend for use by other running modules. It wraps the popular PostgreSQL relational database, and is used by other modules such as results and runner for persisting and querying data.

Name db
Version [not published yet] (releases)
Vendor

When included, the Configurator will automatically set up the database, and configure any modules that depend on it accordingly.

Note; if you prefer to use your own PostgreSQL database instead - to avoid running multiple database instances - you can omit this module from your configuration, and manually provide connection strings to each module to reference your existing PostgreSQL install. Please see the Configurator and the docs for each module for details.