When using Cordova-SQLite, should I close DBs after using them?

More specifically, I pull some data from the DB as soon as the app starts, and some times (at the user’s request) as the app is running. What I’m wondering is if I should close the DB after each of these operations and open it again when needed, or just keep it open so that I can use it whenever needed.