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 @@ -31,6 +31,7 @@ List of tools and techniques for working with relational databases inspired by o
- [SQL Format](http://www.dpriver.com/pp/sqlformat.htm) - Instant SQL Formatter
- [Poor SQL](http://poorsql.com/) - Instant Free and Open-Source T-SQL Formatting (look here for the plugins and whatnot: https://github.com/TaoK/PoorMansTSqlFormatter )
- [ExtendsClass](https://extendsclass.com/sql-formatter.html) - Online SQL formatter
- [CodeNeat SQL Formatter](https://codeneat.dev/sql-formatter) - Privacy-first online SQL formatter supporting 7 dialects (MySQL, PostgreSQL, T-SQL, PL/SQL, MariaDB, SQLite, BigQuery). 100% client-side.

Choose a reason for hiding this comment

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

medium

For consistency with other entries in this section, the description could be more concise. The list of specific dialects is quite verbose for a summary, and '100% client-side' is largely covered by 'privacy-first'. A shorter description would improve readability.

Suggested change
- [CodeNeat SQL Formatter](https://codeneat.dev/sql-formatter) - Privacy-first online SQL formatter supporting 7 dialects (MySQL, PostgreSQL, T-SQL, PL/SQL, MariaDB, SQLite, BigQuery). 100% client-side.
- [CodeNeat SQL Formatter](https://codeneat.dev/sql-formatter) - Privacy-first online SQL formatter supporting 7 dialects.


## <a name="tools"></a>Tools

Expand Down