UNPKG

ffc-pay-etl-framework

Version:

A framework for creating ETL pipelines in node

9 lines (8 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const { PostgresDatabaseConnection } = require("./postgresDatabaseConnection"); const { ProvidedConnection } = require("./providedConnection"); module.exports = { PostgresDatabaseConnection, ProvidedConnection };