Skip to content

Commit 41595e8

Browse files
committed
add hive sql support
1 parent f189cd9 commit 41595e8

10 files changed

Lines changed: 2179 additions & 61 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ yarn add @types/node-sql-parser --dev
5050

5151
### Supported Database SQL Syntax
5252

53+
- Hive
5354
- Mysql
5455
- MariaDB
5556
- PostgresQL

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-sql-parser",
3-
"version": "1.6.12",
3+
"version": "1.6.13",
44
"description": "simple node sql parser",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)