Hello. I am evaluating, and I understand it's needed to copy out sqlite db file from DirAssets file to DirDocuments folder prior to initialization. I can understand why that's needed for writeable db file, but for a read-only file, is it still necessary (i.e. can the file be opened/initialised within the DirAssets)? I ask since it's possible in objectiveC to open a read-only database in an application’s bundle. As I have a rather large db, so I want to avoid duplicating this file if possible. Thanks.