mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
Adding pg and ws libraries (#938)
This commit is contained in:
parent
a4b1fabaa6
commit
952d060762
@ -11564,5 +11564,28 @@
|
||||
"description": "A pattern matching library",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/alehander42/gara"
|
||||
},
|
||||
{
|
||||
"name": "ws",
|
||||
"url": "https://github.com/treeform/ws",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"websocket"
|
||||
],
|
||||
"description": "Simple WebSocket library for nim.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/treeform/ws"
|
||||
},
|
||||
{
|
||||
"name": "pg",
|
||||
"url": "https://github.com/treeform/pg",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"postgresql",
|
||||
"db"
|
||||
],
|
||||
"description": "Very simple PostgreSQL async api for nim.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/treeform/pg"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user