mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 07:56:02 +01:00
feat(table): add functions to the standard table lib
Can overwrite the default table functions with `table = import 'table'`, adding functions to check if value(s) exist or match a table.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---------------------------------------------------------------------------
|
||||
--- MySQL-Async like library for OxMySQL, without the function name aliases
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local MySQL = {}
|
||||
|
||||
MySQL.ready = function(cb)
|
||||
|
||||
Reference in New Issue
Block a user