Database
In this menu, you will be able to connect your database. This feature allows you to integrate your existing database with the DevPortal. At this initial stage, our platform is only working with PostgreSQL and SQLite.
Follow the steps below to configure your database:
1. Access your devportal Admin-UI, click on "Go to settings"and select "Database" in sidebar menu.
2. On this page, you can configure all databases. Select your preferred database and input the necessary information.
SQLite
By default, the use of Sqlite will be selected, which requires no additional configuration.
PostgreSQL
If you choose to use PostgresSQL, we need to set up some configurations.
Once completed, navigate to the end of the page and click “Save”. In the subsequent sections, we will elaborate on each field that requires your input:
Field | Description |
---|---|
Client | Your client option. |
Host | The host of your connection. |
Database | The name of your database. |
Port | The port your database is using. |
User | The user of your database. |
Password | The user of your database. |