Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

csskroubledev/cssmgdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cssmgdb

Introduction

cssmgdb is a lightweight MongoDB connector for your FiveM server.

How to use

Firstly add your connection URI to the server .cfg, example: [!] Remember to add your database in URI at the end (example: /fivem)

set mongo_connection_uri mongodb://localhost:27017/fivem

Add this to fxmanifest.lua, in order to access MongoDB object

server_script '@cssmgdb/server/MongoDB.lua'

Now you can use MongoDB connector!

For more information visit documentation

This library no longer will be maintained.