Add sqlike to Tools - #55
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the 'sqlike' tool to the list of database tools in the README.md. The reviewer suggested improving the description's readability and consistency by expanding the fragmented phrase 'Web, CLI, and MCP.' to 'Available as a web app, CLI, and MCP server.'
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features | ||
| - [ThalamusDB](https://github.com/itrummer/thalamusdb) - SQL with AI operators on text, images, and sound files. | ||
| - [SlowQL](https://github.com/makroumi/slowql) - SQL static analyzer with extensive rules for security, performance, and quality. Zero dependencies, completely offline. | ||
| - [sqlike](https://github.com/orifisher2/sqlike) - Deterministic SQL analyzer and query-equivalence checker (anti-patterns, rewrites, index advice) for Postgres, MySQL, SQLite, and SQL Server. Web, CLI, and MCP. |
There was a problem hiding this comment.
The phrase 'Web, CLI, and MCP.' is fragmented. To improve readability and align with the descriptive style of other entries in this list, consider expanding it to 'Available as a web app, CLI, and MCP server.'
| - [sqlike](https://github.com/orifisher2/sqlike) - Deterministic SQL analyzer and query-equivalence checker (anti-patterns, rewrites, index advice) for Postgres, MySQL, SQLite, and SQL Server. Web, CLI, and MCP. | |
| - [sqlike](https://github.com/orifisher2/sqlike) - Deterministic SQL analyzer and query-equivalence checker (anti-patterns, rewrites, index advice) for Postgres, MySQL, SQLite, and SQL Server. Available as a web app, CLI, and MCP server. |
Adds sqlike to the Tools section. sqlike is a deterministic SQL static analyzer and query-equivalence checker (no AI in the analysis engine): it reports anti-patterns, suggests auto-rewrites and index advice, and its
diffchecks whether two queries are equivalent, for Postgres, MySQL, SQLite, and SQL Server. Available as a web app, CLI, and MCP server.