You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.
I need some thing like db.IsOpen() to check is the database open or not.
bolt database structure has unexported field open but I cant access to that from my code
The text was updated successfully, but these errors were encountered:
You could try to open it with a timeout, though that will tell you only if
the db opened in write mode by another process
Le ven. 6 oct. 2017 17:53, M.A Heshmatkhah <[email protected]> a
écrit :
I need some thing like
db.IsOpen()
to check is the database open or not.bolt database structure has unexported field
open
but I cant access to that from my codeThe text was updated successfully, but these errors were encountered: