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.14k stars 713 forks source link

Read existing db file #971

Open ncham opened 3 years ago

ncham commented 3 years ago

I'm developing a dictionary (android/apple) app and tables and database are already there. Inside the app I want to read table data from db file. Can I use this package for that? Sorry I'm new to ionic and sqlite.