Source: drivers/pg.js

"use strict";

/**
 * Driver for PostgreSQL databases
 *
 * @module drivers/pg
 */
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-alpha9 on Thu Oct 23rd 2014 using the DocStrap template.