UNPKG
okanjo-app-pg
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.0
Service for interfacing with Postgres
github.com/okanjo/okanjo-app-pg
okanjo/okanjo-app-pg
okanjo-app-pg
/
index.js
4 lines
(3 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
exports
.
PostgresService
=
require
(
'./PostgresService'
);
exports
.
PostgresCrudService
=
require
(
'./PostgresCrudService'
);