Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 583 Bytes

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.