Skip to content

vRP-framework/vRP-db-drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).