storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.15k stars 715 forks source link

use sdcard #21

Open robotnic opened 10 years ago

robotnic commented 10 years ago

The /datadata partition is too small, is there an option to use sdcard for db?

Should be something like: new File( this.cordova.getActivity().getExternalFilesDir(null), dbName);

khepler commented 10 years ago

This could be covered by #62.

brodycj commented 9 years ago

It should be possible to select using Cordova File API. Needs further investigation.