Database (Connector)
The Database Connector allows you to connect with almost any JDBC relational database, consistently using one same interface for every case. This connector allows you to run diverse SQL operations on your database, including Select, Insert, Update, Delete, and even Stored Procedures. The connector allows you to perform predefined queries as well as queries that take the connector's input to specify variable parameters or even to construct sections of the query dynamically. It also allows the use of template queries that are both self sufficient and customizable.
Additional Information