Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Guide Converting Mysql Queries To Ghmattimysql

cfxregame

Gold Elite
Joined
Nov 3, 2021
Messages
319
Reaction score
166,553
Points
361
Location
Newyork
Website
cfx.re
CSS:
mysql.async.execute = exports.ghmattimysql.execute
mysql.async.fetchall = exports.ghmattimysql:execute
mysql.async.insert =  exports.ghmattimysql:execute
mysql.sync.fetchall = exports.ghmattimysql:executeSync
mysql.sync.fetchscalar = exports.ghmattimysql:scalarSync
mysql.async.fetchscalar = exports.ghmattimysql:scalarSync
mysql.sync.execute = exports.ghmattimysql:execute
mysql.async.execute = exports.ghmattimysql:execute
mysql.ready = exports.ghmattimysql:ready(function()
 

ciccia

Bronze Elite
Joined
Dec 6, 2021
Messages
25
Reaction score
3
Points
166
Location
America
CSS:
mysql.async.execute = exports.ghmattimysql.execute
mysql.async.fetchall = exports.ghmattimysql:execute
mysql.async.insert =  exports.ghmattimysql:execute
mysql.sync.fetchall = exports.ghmattimysql:executeSync
mysql.sync.fetchscalar = exports.ghmattimysql:scalarSync
mysql.async.fetchscalar = exports.ghmattimysql:scalarSync
mysql.sync.execute = exports.ghmattimysql:execute
mysql.async.execute = exports.ghmattimysql:execute
mysql.ready = exports.ghmattimysql:ready(function()
 
Top