Essential Libraries
Database Integration
- OxMySQL – A high-performance MySQL wrapper for FiveM, recommended over
mysql-async
andghmattimysql
. If your scripts interact with a database, this is the best option.- Extremely fast and efficient
- Plenty of documentation and examples
- Used in over 32,000 servers (85% of all FiveM servers!), a very popular choice when it comes to database integration.
Development Utilities
-
Ox Lib – A powerful standalone library providing general utilities, reusable modules, and UI components. It fits into almost any resource. Check out our open-source projects and forks to see how we leverage Ox Lib!
Notable Features:
-
UI Components - Notifications, Context & Radial Menus, Input Dialogs, Progress Bars and more!
-
Essential Modules - Client/Server Callbacks, Logging Integration, Caching, Version Checking and more!
-
Utilities - Adds and extends on functions for string, math, table, and array utilities
-
Why Use These Libraries?
Both libraries are maintained by the Overextended Team , known for their high-quality FiveM resources. Using these resources will greatly improve your development experience. Cut down on development time, improve performance, and keep your code clean and organized.