/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/pg/esm/index.mjs
20 строк
579 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
// ESM wrapper for pg import pg from '../lib/index.js' // Re-export all the properties export const Client = pg.Client export const Pool = pg.Pool export const Connection = pg.Connection export const types = pg.types export const Query = pg.Query export const DatabaseError = pg.DatabaseError export const escapeIdentifier = pg.escapeIdentifier export const escapeLiteral = pg.escapeLiteral export const Result = pg.Result export const TypeOverrides = pg.TypeOverrides // Also export the defaults export const defaults = pg.defaults // Re-export the default export default pg