Skip to content

Commit

Permalink
Expose pg
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Azzolini committed May 18, 2018
1 parent c5753ac commit 0cccca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgr",
"version": "0.1.3",
"version": "0.1.4",
"description": "A wrapper for pg",
"main": "src/index.js",
"author": "Andre Azzolini (apazzolini)",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
const pg = require('pg')
const { createPool, getPool } = require('./pool.js')
const sql = require('./sql.js')
const query = require('./query.js')

module.exports = {
pg,
sql,
query,
createPool,
Expand Down

0 comments on commit 0cccca9

Please sign in to comment.