I am using Sqlite db into my application. As per some tutorial it is advised to me that move sqlite db file to document folder than use it to perform DB operations.
I have done the same and work perfectly.
But my question is that can we access the sqlite db from bundle and perform db operations. why it is advised to use from document folder?