/vRP-db-drivers

Some vRP database drivers.

Primary LanguageLuaMIT LicenseMIT

Driver list

icmysql

name

icmysql

resource

vrp_icmysql

project

https://github.com/IceClusters/icmysql/

⚠️
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

name

oxmysql

resource

vrp_oxmysql

project

https://github.com/overextended/oxmysql/

ℹ️
Legacy vRP users - Use the vrp_oxmysql resource found here (https://github.com/KokeroO/oxmysql-vrp-legacy) along with oxmysql.
ℹ️
oxmysql latest release is recommended. Lowest version usable is 2.0.1
⚠️
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).