Database
Database is a module to provide server-side utilities for interacting with the database
Include Database in your script
- To use the Database library, just add the initiator as a shared script inside of your
fxmanifest.luafile.
shared_scripts {
'@jo_libs/init.lua'
}
- Add the Database module inside the
fxmanifest.lua(in lowercase)
jo_libs {
'database',
}
You can now use the library inside of your resource with the jo.database global variable.
Functions
Documentation for the Server side