Source: drivers/pg.js

"use strict";

/**
 * Driver for PostgreSQL databases
 *
 * @returns {driver}
 */
module.exports = function() {
	var driver = require('../driver');

	return driver;
};
DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.3.0-dev on Tue Oct 21st 2014 using the DocStrap template.