Skip to content
Open
Show file tree
Hide file tree
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
11 changes: 10 additions & 1 deletion content/web-development/code-syntax-checker-formatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ So, let's dig into our list of formatters and syntax checkers for web developers
4. [PHP Code Syntax Checker](https://phpcodechecker.com/) - Check Syntax for PHP Code
5. [JS Hint](http://jshint.com/) - JavaScript Syntax Checker
6. [SQL Formatter](https://sqlformat.org/) - Format SQL statements
7. [SQL Validator](https://softwium.com/sql-validator/) - SQL Syntax Checker

I user most of these tools almost on a daily basis for my job as a programmer. Also, I find then extremely useful especially when I write my [coding tutorial](http://www.coding-dude.com/).

Expand Down Expand Up @@ -82,4 +83,12 @@ Additionally, you can toggle specific options in the Configure menu.

[SQL Formatter](https://sqlformat.org/) is a free online formatter for SQL statements. Enter your SQL statement in the textarea and click *Format SQL*. To upload a file use the button right below the textarea.

In addition to the web interface SQLFormat provides an API. Or you can download the Python module that powers this service to use it in your own applications.
In addition to the web interface SQLFormat provides an API. Or you can download the Python module that powers this service to use it in your own applications.

## 7. SQL Validator ##

![sql syntax checker](/img/code-validators/sql-validator.png)

[Softwium](https://softwium.com/sql-validator/) is a SQL syntax checker. It is a tool that helps detect SQL syntax errors and also allows formatting of SQL statements.

Besides the web interface, Softwium also offers an API.
Binary file added docs/img/code-validators/sql-validator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.