This little script is for migrating data from a SQL Server database to a PG one. There is a setting in cfg.py (create_pg_target_when_not_exists) When this is false and there is no target on PG, the ...
# Flask settings FLASK_ENV=development SECRET_KEY=your_secret_key # SQL Server settings DB_USER=sa DB_PASSWORD=Aa@123456 DB_HOST=127.0.0.1 DB_PORT=1433 DB_NAME ...