When should you close the connection to an SQLite database (using [db close] in FMDB)?
Right now I am closing it after running every batch of related queries, but should I rather close when my app closes? What are the pros/cons of doing either way?
Thanks