Database Connection

PostgreSQL

You can use the Postgres Setup to quickly create the database. This will require admin credentials to create a new database and user within your Postgres instance.

Connecting to an existing database

Otherwise you have to create the database and user yourself in your desired database and simply enter the connection information.

Once the connection is established, the following Data+ system tables will be created:

  • _dp_tables - Meta information of all tables
  • _dp_process_chains - Meta information of all process chains
  • _dp_licensed_users - List of all users that have a license
  • _dp_history - Contains all changes to tables that have the history flag enabled