Skip to content

Phoenix SQL Importer v6.0 Intelligence Suite

Latest

Choose a tag to compare

@burnham burnham released this 25 Jan 15:05

πŸ¦… 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)

  1. Download PhoenixImporterGUI_v6.0.exe from the Assets below
  2. Run the executable - no installation required
  3. 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