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_logs
- Major Server events (e.g. admin logins)_dp_licensed_users
- List of all users that have a license_dp_history
- Contains all changes to tables that have thehistory
flag enabled