I built an open source SQL editor w/ AI to take the pain out of writing complex MySQL queries and learning syntax or repeatedly prompting ChatGPT, which doesn't fully understand your DB's schema. This app has an AI chat that understands your database and can act with context, executing complex tasks.
For example, I can ask "What's the last user that signed up? Can you set that user's paid status to TRUE?", and it will create a plan and execute it after you confirm.
The AI can run SQL commands and execute complex, multistep tasks, when prompted.
The app features a window to run commands, panel to view the tables and AI chat to prompt for changes or get info.
I created this to help me use SQL without needing to prompt ChatGPT very verbosely every time. The app understands the context of the DB, so no need for that.
It's all open source on GH. Would love for some people to check it out.