We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://hackage.haskell.org/package/rocksdb-haskell-jprupp-2.1.6/docs/Database-RocksDB.html#v:withDB typically with-functions do the closing for you. Is there a close function we should be calling, or are the docs wrong?
with
close
The text was updated successfully, but these errors were encountered:
It will be closed automatically when the with function it is out of scope.
Sorry, something went wrong.
Clarify withDB docs cf jprupp#2
dcf928b
Merge pull request #3 from unhammer/master
e5a28a8
Clarify withDB docs cf #2
No branches or pull requests
https://hackage.haskell.org/package/rocksdb-haskell-jprupp-2.1.6/docs/Database-RocksDB.html#v:withDB
typically
with
-functions do the closing for you. Is there aclose
function we should be calling, or are the docs wrong?The text was updated successfully, but these errors were encountered: