Translate natural language into SQL queries easily. Works seamlessly with MySQL Workbench & phpMyAdmin.
WB-Agent is a small, fun side project I built using Go. It's designed to translate natural language into SQL queries, making it dynamic enough for anyone to tweak and use with MySQL Workbench, phpMyAdmin, or any other tool you prefer.
This project started as a learning experiment — a way to explore:
- Go programming
- Windows system commands
- AI agents and tools
It’s not meant as a polished product, just a playground for experimenting and having fun with code.
- Licensed under MIT, so you can explore the code, fork it, or compile your own version.
- Designed only for Windows.
If you want to dive deeper, you can clone the repo and start experimenting right away. For a quick test, a ready-to-run .exe
is available.
- Check Windows-Setup-Guide.md for instructions on local setup and usage.
- This will guide you through running the tool, connecting it to your workbench, and generating SQL queries from natural language.
This is a humble side project made for learning and experimentation. Contributions are welcome!
If you have ideas to improve it or make it even more flexible, let’s collaborate and enhance it together.
🫰 Happy coding!