A drop-in SQL companion for W/LAMP stacks. Lightweight alternative to phpMyAdmin with a modern Svelte UI and BYOK (Bring Your Own Key) AI assistance for query writing and schema exploration.
Warning
This is a prototype, not production-ready software. Use at your own risk.
For your convenience there are pre-built releases of Quermy, ready to drop into your stack.
- Download the
quermy-laragon-<version>.zipfrom the latest release - Unzip it
- Drop the entire
laragonfolder from the zip over your Laragon installation (overwrite when prompted): So if you installed Laragon inC:\laragon, you drop the folder intoC:\ - Restart Apache from the Laragon control panel.
Quermy will be available at http://localhost/quermy.
What these steps do and why
The above steps place Quermy into <LaragonDirectory>/etc/apps/quermy, along with an Apache alias file <LaragonDirectory>/etc/apache2/alias/quermy.conf that points the URL path /quermy to that directory. Laragon automatically includes all alias files in its Apache configuration, so this makes Quermy available without you having to manually edit Apache's config.
- Download the
quermy-<version>.zipfrom the latest release - Unzip the file
- Point your web server at the
publicdirectory. (view Apache alias example)
Quermy can be hosted on a public server. Each visitor brings their own database credentials and API keys. View the hosting instructions for instructions.
Have questions or run into issues? Check out the troubleshooting guide for common problems and solutions.
Want to build the project yourself, or contribute to the codebase? Great! Contributions are very welcome. Please see the contributing guide for setup instructions and guidelines.
