What does 'Dtabase Connection' signifies in vConnect?

What does ‘Dtabase Connection’ signifies in vConnect?

This function allows you to configure a database connection. After you configure a database connection, you need to select it when you configure a DB (Database) API. The database connection enables the DB.

API to connect with the database and then perform the following functions:
➢ Fetching the data from the database
➢ Storing or manipulating data in the database

The DB API contains the SQL query. The DB API executes the SQL query to perform the intended function in the database.