Set it as a dependency in you __resource.lua or fxmanifest.lua
-- client
client_scripts {
-- Not possible, resource is only server sided
...
}
-- server
server_scripts {
'@mysql-async/lib/MySQL.lua',
...
}
It uses the https://github.com/warxander/vSql library to provide a connection to your mysql server.