All Projects → brouznouf → fivem-mysql-async

brouznouf / fivem-mysql-async

Licence: MIT license
MySql Async Library for FiveM

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
lua
6591 projects

Projects that are alternatives of or similar to fivem-mysql-async

Fivem
The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer.
Stars: ✭ 2,240 (+2033.33%)
Mutual labels:  fivem
fivem-vstancer
ikt's VStancer as resource for FiveM servers to synchronize the edited vehicles with all the players.
Stars: ✭ 37 (-64.76%)
Mutual labels:  fivem
interact-sound
A resource providing the ability to play sounds using the FiveM NUI environment.
Stars: ✭ 48 (-54.29%)
Mutual labels:  fivem
weapons-on-back
A GTA V (FiveM) script that will make certain weapons show up on a player's back if they have it in their weapon wheel.
Stars: ✭ 40 (-61.9%)
Mutual labels:  fivem
fivem-ipl
The ultimate IPL loader for FiveM
Stars: ✭ 26 (-75.24%)
Mutual labels:  fivem
snaily-cadv3
> https://github.com/SnailyCAD/snaily-cadv4
Stars: ✭ 37 (-64.76%)
Mutual labels:  fivem
FiveM-Civ-Car-Pack
A big library of civilian cars you can fork or download for your server
Stars: ✭ 92 (-12.38%)
Mutual labels:  fivem
Lua-Obfuscator
Obfuscate your lua code because it's so easy to steal!
Stars: ✭ 69 (-34.29%)
Mutual labels:  fivem
altv-typescript
A Typescript Boilerplate for alt:V with simple setup and usage.
Stars: ✭ 32 (-69.52%)
Mutual labels:  fivem
esx advancedbanking
Advanced Banking for FiveM ESX Legacy
Stars: ✭ 18 (-82.86%)
Mutual labels:  fivem
firescript
OneSync Infinity compatible fire script for FiveM.
Stars: ✭ 53 (-49.52%)
Mutual labels:  fivem
lgsl
LGSL v6.2.0 for PHP 5.4-8.2.0dev (Live Game Server List): online status for Discord, FiveM, Rust, CS, SA:MP, GMOD, Minecraft, Source Query, etc.
Stars: ✭ 101 (-3.81%)
Mutual labels:  fivem
fivem-appearance
👀 A flexible player customization script for FiveM.
Stars: ✭ 94 (-10.48%)
Mutual labels:  fivem
NFive
NFive is a .NET plugin platform for FiveM
Stars: ✭ 53 (-49.52%)
Mutual labels:  fivem
chat
FiveM Chat System | Works off ESX Framework
Stars: ✭ 32 (-69.52%)
Mutual labels:  fivem
MojiaGarages
🅿 Best advanced garages for QB-Core Framework 🚗
Stars: ✭ 16 (-84.76%)
Mutual labels:  fivem
fivem-react-boilerplate
FiveM + React 🐌
Stars: ✭ 21 (-80%)
Mutual labels:  fivem
esx advancedvehicleshop
Advanced Vehicle Shops for FiveM ESX Legacy
Stars: ✭ 28 (-73.33%)
Mutual labels:  fivem
utk render
Render game view to html canvas element
Stars: ✭ 40 (-61.9%)
Mutual labels:  fivem
esx menu default
ESX Menu Style for FXSERVER gtaonline style
Stars: ✭ 30 (-71.43%)
Mutual labels:  fivem

Introduction

This mysql-async Library for FiveM intends to provide function to connect to a MySQL in a Sync and Async way.

Documentation

Check out https://brouznouf.github.io/fivem-mysql-async/ for a complete documentation.

Questions

For help and support questions, please use Discord. I would like to keep the issues in this repository for bugs and feature requests only.

Supporting

If you wish to support GHMatti for whatever reason use the Patreon.

Issues

Make sure you provide all information possible when reporting an issue.

Changelog

For a detailed changelog either check the commits or read https://github.com/brouznouf/fivem-mysql-async/releases

Contributing

Help to expand sensibly on the middleware is always welcome.

Features

  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].