Skip to main content

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.

better-sqlite.png

PostgreSQL

If you choose to use PostgresSQL, we need to set up some configurations.

postgres.png

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:

FieldDescription
ClientYour client option.
HostThe host of your connection.
DatabaseThe name of your database.
PortThe port your database is using.
UserThe user of your database.
PasswordThe user of your database.

3.After filling out the necessary information, click on “Preview” in the left-hand side menu.

5.png

4. On the preview page, you can view all the set information and redeploy the application to upload the new settings. To do this, simply click on "Apply and Re-deploy".

6.png