Skip to content

luttje/quermy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quermy

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.

Screenshot of Quermy UI

🧃 Use a pre-built release

For your convenience there are pre-built releases of Quermy, ready to drop into your stack.

For Laragon users

  1. Download the quermy-laragon-<version>.zip from the latest release
  2. Unzip it
  3. Drop the entire laragon 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:\
  4. 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.

For tinkerers

  1. Download the quermy-<version>.zip from the latest release
  2. Unzip the file
  3. Point your web server at the public directory. (view Apache alias example)

🌐 Hosting publicly

Quermy can be hosted on a public server. Each visitor brings their own database credentials and API keys. View the hosting instructions for instructions.

🤯 Troubleshooting

Have questions or run into issues? Check out the troubleshooting guide for common problems and solutions.

💖 Contributing

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.

About

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.

Resources

License

Contributing

Stars

Watchers

Forks

Contributors