0.0.1
This commit is contained in:
37
resources/[standalone]/oxmysql/fxmanifest.lua
Normal file
37
resources/[standalone]/oxmysql/fxmanifest.lua
Normal file
@@ -0,0 +1,37 @@
|
||||
fx_version 'cerulean'
|
||||
game 'common'
|
||||
use_experimental_fxv2_oal 'yes'
|
||||
lua54 'yes'
|
||||
node_version '22'
|
||||
|
||||
name 'oxmysql'
|
||||
author 'Overextended'
|
||||
version '2.14.1'
|
||||
license 'LGPL-3.0-or-later'
|
||||
repository 'git+https://github.com/overextended/oxmysql.git'
|
||||
description 'FXServer to MySQL communication via node-mysql2'
|
||||
|
||||
dependencies {
|
||||
'/server:12913',
|
||||
}
|
||||
|
||||
client_script 'ui.lua'
|
||||
server_script 'dist/build.js'
|
||||
|
||||
files {
|
||||
'web/build/index.html',
|
||||
'web/build/**/*'
|
||||
}
|
||||
|
||||
ui_page 'web/build/index.html'
|
||||
|
||||
provide 'mysql-async'
|
||||
provide 'ghmattimysql'
|
||||
|
||||
convar_category 'OxMySQL' {
|
||||
'Configuration',
|
||||
{
|
||||
{ 'Connection string', 'mysql_connection_string', 'CV_STRING', 'mysql://user:password@localhost/database' },
|
||||
{ 'Debug', 'mysql_debug', 'CV_BOOL', 'false' }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user