Files
Jacob e047d8f9ac Phone & identifier database base implementation
+ Added the phone which is working already.
+ Added RP-Radio for testing.
2022-01-13 21:32:45 +00:00

19 lines
346 B
Lua

fx_version 'cerulean'
game 'common'
name 'oxmysql'
description 'Database wrapper for FiveM utilising node-mysql2 offering improved performance and security.'
version '1.9.2'
url 'https://github.com/overextended/oxmysql'
author 'overextended'
dependencies {
'/server:5104',
}
server_scripts {
'dist/server/build.js',
}
provide 'mysql-async'