SQL good or not?

Hi there,

made a custom level system and was just thinking about using SQL instead of saving to Data, so i can connect from overall outside via .php file.
Is the SQL asynchronous or not recommend?

And btw. is it a must to have a config file to upload a Plugin?

Thank you :)

 

There is a documentation page about the use of MySQL: https://umod.org/documentation/api/database
It uses callbacks so it's asynchronous.

Config files will not be created if not used, they are not required.
In response to Gachl ():
There is a documentation page about the use of MySQL: https://umod.org/documentation/api/database
Thank you, do you think personally SQL connection will take longer and/or generate small lag spikes or same as over Data file (FTP) ?