mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Merge pull request #28 from attila-lin/dev/deadpool
add `deadpool` for sql utilities
This commit is contained in:
commit
1c7f4e99ae
1 changed files with 13 additions and 0 deletions
|
@ -557,6 +557,19 @@
|
|||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"slug": "other-utilities",
|
||||
"name": "Other Utilities",
|
||||
"purposes": [
|
||||
{
|
||||
"name": "async pool for connections",
|
||||
"recommendations": [{
|
||||
"name": "deadpool",
|
||||
"notes": "A dead simple async pool for connections and objects of any type."
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue