Database is created (and updated) using Ti.Database
with titanium code. I have created an android module. Is it possible that the created android module can read the database created using titanium code (using Ti.Database)?
Basically, I want to know what would be the path for accessing the database? Titanium app name 'testApp' and module name is 'testAndroidModule'.