Add pre prepared db file to ionic project and read data

I’m going to develop a dictionary app using ionic and angular
Already got a SQLite db file with required tables and the application needs to be deployed with the db file.

How can I read data from db file? Should I use
SQLite SQLite - Ionic Documentation
or
SQLite Porter SQLite Porter - Ionic Documentation

Or is there any other way?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.