Merge pull request #28 from attila-lin/dev/deadpool

add `deadpool` for sql utilities
This commit is contained in:
Nico Burns 2022-11-09 12:23:36 +00:00 committed by GitHub
commit 1c7f4e99ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."
}]
}
]
}
]
},