plugins/sql.lib.lua
author Waqas Hussain <waqas20@gmail.com>
Mon, 29 Apr 2013 20:26:48 +0500
changeset 5548 c5d1c35c93f4
parent 5494 9916f0a2d178
permissions -rw-r--r--
net.server_select: Don't limit max file descriptor number on Windows.

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;