File

plugins/sql.lib.lua @ 5999:e49c0c677c5d

tools/ejabberd2prosody: Disable generating a config, as the format it generates is completely out of date.
author Waqas Hussain <waqas20@gmail.com>
date Sat, 18 Jan 2014 17:26:02 -0500
parent 5494:9916f0a2d178
line wrap: on
line source

local cache = module:shared("/*/sql.lib/util.sql");

if not cache._M then
	prosody.unlock_globals();
	cache._M = require "util.sql";
	prosody.lock_globals();
end

return cache._M;