UNPKG

pg-promise

Version:
19 lines (16 loc) 521 B
/* * Copyright (c) 2015-present, Vitaly Tomilov * * See the LICENSE file at the top-level directory of this distribution * for licensing information. * * Removal or modification of this copyright notice is prohibited. */ const {ServerFormatting} = require('./server-formatting'); const {PreparedStatement} = require('./prepared-statement'); const {ParameterizedQuery} = require('./parameterized-query'); module.exports = { ServerFormatting, PreparedStatement, ParameterizedQuery };