Adding a new entry to dbdrivers.xml
Simply add a new <driver> node to the list. The following attributes must be specified:
- class: The fully-qualified class name of the JDBC Driver implementation.
- name: The name you want to appear in the Driver drop-down menu.
- template: The JDBC URL template you want to have populated when you select on the Insert URL Template button in a Database connector.
- selectLimit: An optional query that selects one row from a given table. If specified, this will be used when attempting to retrieve database metadata.
- alternativeClasses: A comma-separated list of legacy driver classes (optional).