Anyone know how, if possible, to use sqlite3.dll from root? A memory dump just shows:
but require('sqlite3') fails to load, think these files are needed but cant seem to find them:
Code:
require("luasql.sqlite3"); SQLite3 = luasql.sqlite3();
Code:
blank_project_pro_1\lua\luasql\sqlite3.lua' blank_project_pro_1\lua\luasql\sqlite3\init.lua'
Comment