Added package parsesql (#3117)

* Added package parsesql

* take over the name
This commit is contained in:
ringabout 2025-09-11 18:07:48 +08:00 committed by GitHub
parent 8bedf8619c
commit 2354c44729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24903,18 +24903,6 @@
"license": "MIT",
"web": "https://github.com/thisago/formulas"
},
{
"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"
},
{
"name": "distributions",
"url": "https://github.com/ayman-albaz/distributions",
@ -36120,5 +36108,18 @@
"description": "fast binary rpc designed for embedded",
"license": "Apache-2.0",
"web": "https://github.com/elcritch/fastrpc"
},
{
"name": "parsesql",
"url": "https://github.com/nim-lang/parsesql",
"method": "git",
"tags": [
"SQL",
"web",
"PostgreSQL"
],
"description": "a high performance SQL file parser",
"license": "MIT",
"web": "https://github.com/nim-lang/parsesql"
}
]