pg2dm-converter/CONVERT_NOW.bat
dengqichen aff0ac1d52 init
2025-11-15 13:28:14 +08:00

13 lines
371 B
Batchfile

@echo off
echo ========================================
echo PostgreSQL to DaMeng Converter
echo ========================================
echo.
node converter.js scp_simulation_scenario.sql
echo.
echo ========================================
echo Conversion Complete!
echo Output: output\scp_simulation_scenario_dm.sql
echo ========================================
pause