README.adoc
January 12, 2026 ยท View on GitHub
ifdef::env-github[] :tip-caption: :bulb: :note-caption: :information_source: :important-caption: :heavy_exclamation_mark: :caution-caption: :fire: :warning-caption: :warning: endif::[]
= Driver list
== icmysql
[horizontal]
name:: icmysql
resource:: vrp_icmysql
project:: https://github.com/IceClusters/icmysql/
[WARNING]
The vRP database configuration is not supported; icmysql configuration must be used instead. +
Connection string: set mysqlCredentials_1 "host=127.0.0.1;user=root; password=; database=vrp; port=3306"
== oxmysql
[horizontal]
name:: oxmysql
resource:: vrp_oxmysql
project:: https://github.com/CommunityOx/oxmysql
NOTE: Legacy vRP users - Use the vrp_oxmysql resource found here (https://github.com/KokeroO/oxmysql-vrp-legacy) along with oxmysql.
NOTE: oxmysql latest release is recommended. Lowest version usable is 2.0.1
[WARNING]
The vRP database configuration is not supported; oxmysql configuration must be used instead. +
The multipleStatements option must be enabled in the connection string (e.g., mysql://root:password@localhost/vrp?multipleStatements=true).