-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
About opening and closing the database #197
Comments
It doesn't say you should close it as soon as possible. Maybe this wording could be better. |
Something like:
|
@vweevers Looks good! |
So I should open it once and keep it open till my app don't need it anymore. Is that right? |
Correct. |
Great! So @vweevers, that sounds good! |
Hey, awesome community! How u doing?
From the docs about close():
and also from the docs about open():
So If I got it, I should open the database using level() to execute some operations and, as soon as possible, I should close it using close(). What about after that, when I need to execute some more operations? What is the best way to reopen it and close it again?!
The text was updated successfully, but these errors were encountered: