util.sql: Expose db2uri helper function

This commit is contained in:
Matthew Wild 2015-06-03 15:55:43 +01:00
parent 15e84d4ec5
commit 41996240ed

View file

@ -273,7 +273,7 @@ function engine:set_encoding() -- to UTF-8
end
local engine_mt = { __index = engine };
local function db2uri(params)
function db2uri(params)
return build_url{
scheme = params.driver,
user = params.username,