Database Connector
A Mule extension that provides functionality for connecting to Databases through the JDBC standard
A Mule extension that provides functionality for connecting to Databases through the JDBC standard
The database connector establishes communication between your app and a relational database.
The database connector facilitates setting up the following databases for use in a Mule app:
- Derby
- Microsoft SQL Server
- MySQL
- Oracle
You can set up other JDBC databases using a generic JDBC configuration. You can also reference a JDBC DataSource object, or XADataSource object which is required for XA transactions. You typically create the object in Studio using Spring.
Note: This connector module only works with Mule 4 and Studio 7.