Skip to content

Commit f960991

Browse files
authored
Update README.md
1 parent a1c4f4a commit f960991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Please provide feedback on https://github.com/JSQLParser/JSqlParser/issues/677,
3333

3434
More news can be found here: https://github.com/JSQLParser/JSqlParser/wiki/News.
3535

36+
## Alternatives to JSqlParser?
37+
**General SQL Parser** looks pretty good, with extended SQL syntax (like PL/SQL and T-SQL) and java + .NET APIs. The tool is commercial (license available online), with a free download option.
38+
3639
## JSqlParser
3740

3841
JSqlParser is a SQL statement parser. It translates SQLs in a traversable hierarchy of Java classes. JSqlParser is not limited to one database but provides support for a lot of specials of Oracle, SqlServer, MySQL, PostgreSQL ... To name some, it has support for Oracles join syntax using (+), PostgreSQLs cast syntax using ::, relational operators like != and so on.

0 commit comments

Comments
 (0)