mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
Added package parsesql (#3117)
* Added package parsesql * take over the name
This commit is contained in:
parent
8bedf8619c
commit
2354c44729
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user