UNPKG

ffc-pay-etl-framework

Version:

A framework for creating ETL pipelines in node

8 lines (6 loc) 218 B
const { PostgresDatabaseConnection } = require('./postgres-database-connection') const { ProvidedConnection } = require('./provided-connection') module.exports = { PostgresDatabaseConnection, ProvidedConnection }