SQL adapter
The SQL adapter allows interaction with a SQL database. This adapter can be configured for either direct SQL queries or in an object-relational mapping (ORM) configuration. See the sample configurations below for examples of each mode.
Support for SSL/TLS encrypted connections will soon be available.
Properties
Direct configuration
Configure at minimum the following properties before deploying:
hostportdbNamecredentials.usercredentials.passwd
ORM configuration
Configure at minimum the following properties before deploying:
hostportdbNamecredentials.usercredentials.passwd