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:
Linden
2021-11-12 10:16:16 +11:00
parent a1d3dd31a3
commit 901cb381b4
2 changed files with 57 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
---------------------------------------------------------------------------
--- MySQL-Async like library for OxMySQL, without the function name aliases
---------------------------------------------------------------------------
local MySQL = {}
MySQL.ready = function(cb)