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
David Fahlander edited this page Mar 28, 2014
·
9 revisions
Syntax
db.close();
Description
Closes the database
Remarks
In a typicall web application, you would not need to think about calling this method. It can be used in more advanced scenarios, such as unit testing or custom upgrade handling.