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.
quermy-laragon-<version>.zip from the latest releaselaragon folder from the zip over your Laragon installation (overwrite when prompted):
So if you installed Laragon in C:\laragon, you drop the folder into C:\Quermy will be available at http://localhost/quermy.
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.
quermy-<version>.zip from the latest releasepublic directory. (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.