0xludb-FiveM Database
Overview
0xludb is a simple and efficient database system for FiveM. It provides easy-to-use functions for storing, retrieving, and managing data within your server environment.
Key Information
- Database for FiveM: Designed specifically for FiveM, offering seamless integration.
- User-Friendly: Easy to implement and use in your FiveM scripts, requiring minimal setup.
Important Note
Where 0xluadb saving data
In your server files
- cache
- db The main database file. Do not delete this file as it contains all your saved data.
- resource
- server.cfg
Installation Guide
-
Download and Install Files
- Download the required files from the official GitHub repository.
- Drag and drop the downloaded files into your FiveM resources folder.
-
Start the Script
- To start using 0xludb, add the following line to your
server.cfgfile:
cfgstart 0xludb-fivem - To start using 0xludb, add the following line to your
Once installed and started, the module will automatically handle your database interactions within the server.