Added package parsesql (#1928)

This commit is contained in:
Bung 2021-06-08 14:18:59 +08:00 committed by GitHub
parent d53e77c248
commit 03b1ce7897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22852,5 +22852,17 @@
"description": "Simple variant generator empowering easy heterogeneous type operations",
"license": "MIT",
"web": "https://github.com/beef331/sumtypes"
},
{
"name": "parsesql",
"url": "https://github.com/bung87/parsesql",
"method": "git",
"tags": [
"sql",
"parser"
],
"description": "The parsesql module implements a high performance SQL file parser. It parses PostgreSQL syntax and the SQL ANSI standard.",
"license": "MIT",
"web": "https://github.com/bung87/parsesql"
}
]