UNPKG
node-postgres
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.2.1
0.2.0
0.1.4
0.1.2
0.1.1
0.1.0
0.0.1
PostgreSQL clinet
github.com/fuxingZhang/postgres
fuxingZhang/postgres
node-postgres
/
index.js
9 lines
(7 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
const
Client
=
require
(
'./lib/client'
);
const
Pool
=
require
(
'./lib/pool'
);
module
.
exports
= {
Client
,
Pool
}