Skip to content

Commit 0b09229

Browse files
authored
Update README.md
1 parent 1517e8a commit 0b09229

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
@@ -58,6 +58,9 @@ if (statement instanceof Select) {
5858

5959
**JSqlParser** can also be used to create SQL Statements from Java Code with a fluent API (see [Samples](https://jsqlparser.github.io/JSqlParser/usage.html#build-a-sql-statements)).
6060

61+
## Alternatives to JSqlParser?
62+
[**General SQL Parser**](http://www.sqlparser.com/features/introduce.php?utm_source=github-jsqlparser&utm_medium=text-general) 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.
63+
6164
## [Documentation](https://jsqlparser.github.io/JSqlParser)
6265

6366
### [Samples](https://jsqlparser.github.io/JSqlParser/usage.html#parse-a-sql-statements)

0 commit comments

Comments
 (0)