Including a pre filled sqlite DB with the project

Hello all,

I would like to add a pre filled DB with my project but I also want to be able to modify that DB from the app. Where do I put the DB? Do I just put it at the root level of the app? How do I access it? Can I use:

system.ResourceDirectory

or

system.DocumentsDirectory

?

Thanks.

Never mind. I found the answer here:

https://coronalabs.com/blog/2015/05/19/tutorial-initializing-a-writable-sqlite-database-from-a-read-only-database/