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
/
lib
/
parsers.js
7 lines
(6 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
text =
require
(
'./parsers.text'
);
const
binary =
require
(
'./parsers.binary'
);
module
.
exports
= { text, binary }