๐Switching between oxmysql / mysql-async
Configuration lines may vary within the fxmanifest.lua file!
In our scripts that use sql, we provide opportunities for our customers to use various sql versions.
Depending on which sql version you are using on your server, you need to configure the fxmanifest.lua file.
For example ;
If you are using Oxmysql, you need to do as in the image below:
If you are using mysql-async, you need to do as in the image below:
After these steps, you can use any type of sql you want.
Last updated