UNPKG

ffc-pay-etl-framework

Version:

A framework for creating ETL pipelines in node

7 lines (6 loc) 221 B
const { PostgresDatabaseConnection } = require("./postgresDatabaseConnection"); const { ProvidedConnection } = require("./providedConnection"); module.exports = { PostgresDatabaseConnection, ProvidedConnection };