This mysql-async Library for FiveM intends to provide function to connect to a MySQL in a Sync and Async way.
Check out https://brouznouf.github.io/fivem-mysql-async/ for a complete documentation.
For help and support questions, please use Discord. I would like to keep the issues in this repository for bugs and feature requests only.
If you wish to support GHMatti for whatever reason use the Patreon.
Make sure you provide all information possible when reporting an issue.
For a detailed changelog either check the commits or read https://github.com/brouznouf/fivem-mysql-async/releases
Help to expand sensibly on the middleware is always welcome.
- Async / Sync.
- It uses the https://github.com/mysqljs/mysql library to provide a connection to your mysql server.
- Create and close a connection for each query, the underlying library use a connection pool so only the mysql auth is done each time, old tcp connections are keeped in memory for performance reasons.