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" } ]