From 03b1ce7897a8777a6dda2c9ceb4bde654eb3cba6 Mon Sep 17 00:00:00 2001 From: Bung Date: Tue, 8 Jun 2021 14:18:59 +0800 Subject: [PATCH] Added package parsesql (#1928) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a18d82c..0d5daf4 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]