Web app for running SQL queries with real-time results and syntax highlighting.
SQL Query Runner is a browser-based SQL IDE that lets developers write and execute MySQL queries against a connected database and see results instantly in a table view. Features syntax highlighting, query history, and result export.
React frontend with CodeMirror for the SQL editor (syntax highlighting, autocomplete). Node.js/Express backend connects to MySQL and executes queries, returning results as JSON. Query history is stored in MongoDB.
Add support for PostgreSQL and SQLite, schema browser, query explain/analyze view, and team collaboration features.