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.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Delete Data From sqlite | 0 | 1171 | February 11, 2016 | |
Sqlite cordova plugin gets slow | 1 | 739 | March 22, 2021 | |
SQLite Database Is Delete On App Close | 1 | 939 | August 12, 2017 | |
Stay logged in after closing app | 1 | 400 | July 19, 2021 | |
How to use database sqlite? | 1 | 1659 | November 10, 2015 |