-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/dmtolpeko/sqlines
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,15 @@ SQLines SQL Converter is an open source tool (Apache License 2.0) that allows yo | |
|
||
You can also try it online at http://www.sqlines.com/online | ||
|
||
## Build SQLines SQL Converter | ||
|
||
The first step is to build SQLParser: | ||
|
||
```sh | ||
cd sqlparser | ||
./build_all64.sh | ||
``` | ||
|
||
## Support | ||
|
||
For technical support and custom development, please contact us at [email protected] | ||
|