Universal connectors
- Last UpdatedJun 11, 2026
- 1 minute read
The following types of universal connectors can be helpful when working with databases and creating your own custom modules:
-
Executor modules
-
Select/Insert modules
-
Custom modules
Executer modules
The Executer module allow you to use any custom SQL statement when interacting with databases. If you need to combine data from multiple tables, or restructure the data to fit your flow, use these modules.
The Select/Insert modules make it easier to work with data in databases, and perform advanced processing using SQL statements.
Custom modules (SDK)
A .NET SDK library can be used to build your own custom modules and then add them to your library. This is the best option for connector modules.