docs: move the tips to the introduction bottom

This commit is contained in:
xiaowei 2020-12-17 17:21:40 +08:00
parent 858eeb31c5
commit dc21e98401

View File

@ -11,8 +11,6 @@ dt-sql-parser is a **SQL Parser** project built with [ANTLR4](https://github.com
Besides, it' provides some helper methods, like **split** SQL, and filter the `--` and `/**/` types of comments in SQL.
> Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need.
Supported SQL:
- MySQL
@ -21,6 +19,8 @@ Supported SQL:
- Hive SQL
- PL/SQL
>Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need.
## Installation
```bash