Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ List of tools and techniques for working with relational databases inspired by o
- [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.


## <a name="resources"></a>Resources

Expand Down