π¦ Phoenix SQL Importer v6.0 - Intelligence Suite
The most advanced version yet. This release introduces intelligent credential management, dual-mode builds, and smart automation features that revolutionize the development workflow.
π― What's New in v6.0
π Intelligent Credential Management
- Automatic .env Loading: Credentials are loaded from local .env files and auto-filled in the UI
- Dual Build Mode:
- Development: Embeds your database credentials for instant testing
- Production: Ships with empty templates for secure distribution
- Interactive Setup Wizard: Guides you through database configuration with real-time validation
π§ Smart Automation
- Auto-Fill Intelligence: Table names are automatically extracted from JSON filenames
- Retry Loops: Failed database connections allow immediate retry without restarting
- Smart Defaults: Previously configured values appear as defaults when reconfiguring
π¨ Enhanced UX
- Color-Coded Messages: Green for success, red for errors (uppercase for visibility)
- Placeholder Guidance: Helpful text appears in empty fields
- Real-Time Validation: Database connections are verified before saving credentials
π‘οΈ Security Enhancements
- .env files protected by .gitignore (never committed)
- Production executables ship without embedded secrets
- Development builds clearly marked as "local use only"
- Zero risk of credential leakage in public distributions
π¦ Installation
Option 1: Download Pre-Built Executable (Recommended)
- Download
PhoenixImporterGUI_v6.0.exefrom the Assets below - Run the executable - no installation required
- Configure your database connection on first launch
Option 2: Build from Source
git clone https://github.com/burnham/Phoenix-JSON2SQL-Master
cd Phoenix-JSON2SQL-Master
build_gui_exe.bat