What is a DataSource?

A datasource is a data source used to execute queries and retrieve information that will be displayed in form fields. For example, a datasource can perform an SQL or MongoDB query, or obtain data from a JavaScript function to a database to fetch specific information. This information can then be used to populate fields in a form.

DataSources main page

Components

Datasource List

In this section, users can view all previously defined datasources. Each datasource is presented clearly and in an organized manner, making it easy to identify and select the desired datasource for viewing or modification.

Search Filter

Users can use the name search filter to find datasources more easily.



Creating a New DataSource

To create a new datasource, users simply need to click the creation ("+") button in the interface. This will open an intuitive interface that guides users through the process of designing and configuring the new datasource, allowing them to customize it according to their specific needs.

Datasources can be created to retrieve data by querying either an SQL database, a MongoDB database, or using a JavaScript function.



Modifying DataSources

Users also have the ability to edit existing datasources as needed. They can access the editing options of a specific datasource by clicking on it within the datasource list and making the necessary modifications. To learn more about how to modify a datasource, click here.