Add pre prepared db file to ionic project and read data

Hello I’m new to ionic,
I’m going to develop a dictionary app and already got a SQLite db file with required tables.
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?