Skip to content

Add sqlike to Tools - #55

Open
orifisher2 wants to merge 1 commit into
danhuss:mainfrom
orifisher2:add-sqlike
Open

Add sqlike to Tools#55
orifisher2 wants to merge 1 commit into
danhuss:mainfrom
orifisher2:add-sqlike

Conversation

@orifisher2

Copy link
Copy Markdown

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 diff checks whether two queries are equivalent, for Postgres, MySQL, SQLite, and SQL Server. Available as a web app, CLI, and MCP server.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md
- [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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.'

Suggested change
- [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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant