Skip to content

ShangyiAlone/sqlTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlTool — SQL Folder Batch Processing Tool

Supports batch processing of SQL files in a folder; you can select either a folder or an individual SQL file.

Supports testing the database connection to validate configuration before execution.

Supports error display with a popup showing the file name and the exact SQL statement that caused the issue.

Supports editing problematic SQL directly inside the program, allowing the user to:

Save the modifications and continue execution, or

Continue execution without saving the changes.

Supports real-time display of execution progress.

Supports automatic detection of file encoding for proper SQL parsing.

DatabaseImportPage is the main entry point of the application.

sqlTool sql文件夹批处理程序

支持sql文件夹批处理,选中文件夹或者sql文件

支持测试连接,可以校验数据库配置

支持报错回显,弹出报错文件名以及问题语句

支持在程序中修改错误语句,用户可以选择保存修改内容继续执行或不保存修改只执行

支持动态显示执行进度

支持自动识别文件编码进行解析

DatabaseImportPage为主程序入口

image

image

image

About

Batch process all sql files in the folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages