๐Ÿ”Switching between oxmysql / mysql-async

In our scripts that use sql, we provide opportunities for our customers to use various sql versions.


  1. Depending on which sql version you are using on your server, you need to configure the fxmanifest.lua file.

  2. For example ;

    1. If you are using Oxmysql, you need to do as in the image below:

    2. If you are using mysql-async, you need to do as in the image below:

Last updated