MySQL Workbench Beautifier is an AutoHotkey (AHK) script with rich SQL reserved keywords designed to enhance the SQL authoring experience within MySQL Workbench by automating the capitalization of SQL keywords in real-time. It aims to promote consistent query styling and reduce manual formatting efforts for developers.
This script integrates seamless SQL keyword formatting directly into MySQL Workbench, ensuring immediate adherence to coding standards without disrupting workflow. By automatically converting SQL keywords to uppercase as you type, it enhances query readability and minimises the need for post-authoring clean-up.
- Real-Time Keyword Formatting: Automatically capitalises recognised SQL keywords as you type, maintaining consistent query style.
- Non-Intrusive Operation: Operates within MySQL Workbench without altering the application itself.
- Customisable Keyword List: Allows updating of SQL reserved keywords to suit specific project requirements.
- Auto Bind: Option to initiate the script on system startup for continuous usage convenience.
- Download the installer
MySQLWorkbenchBeautifier-Setup.exe
. - Ensure MySQL Workbench is installed and running.
- Simply run the windows installer
MySQLWorkbenchBeautifier-Setup.exe
. - Launch the application.
- Make sure the script is running. (The easiest way to look is into the system tray)
- Start writing SQL queries in MySQL Workbench with enhanced keyword formatting.
- To automatically launch the script on system startup:
- Press
Win + R
, typeshell:startup
, and pressEnter
. - Copy the
MySQL Workbench Beautifier
shortcut file in the program start-up folder.
- Platform: Windows
- MySQL Workbench Version: Tested with MySQL Workbench Community Edition
MySQL Workbench Beautifier is licensed under the MIT License, allowing for modification and distribution while maintaining attribution.