UNPKG

sworm

Version:

a lightweight write-only ORM for MSSQL, MySQL, PostgreSQL, Oracle, Sqlite 3

8 lines (6 loc) 174 B
var urlUtils = require('url'); module.exports = function(url, fn) { var components = urlUtils.parse(url, true); fn(components); return urlUtils.format(components); };