[console_scripts]
mongodb-to-postgres = pipelinewise.fastsync.mongodb_to_postgres:main
mongodb-to-snowflake = pipelinewise.fastsync.mongodb_to_snowflake:main
mysql-to-postgres = pipelinewise.fastsync.mysql_to_postgres:main
mysql-to-snowflake = pipelinewise.fastsync.mysql_to_snowflake:main
partial-mysql-to-snowflake = pipelinewise.fastsync.partialsync.mysql_to_snowflake:main
partial-postgres-to-snowflake = pipelinewise.fastsync.partialsync.postgres_to_snowflake:main
pipelinewise = pipelinewise.cli:main
postgres-to-postgres = pipelinewise.fastsync.postgres_to_postgres:main
postgres-to-snowflake = pipelinewise.fastsync.postgres_to_snowflake:main
