Thanks rapropos for reply. The test that I have done was in browser env. - I will check it on device then.
However do you know the best way of integrating an existing DB on app run?
I figure it’s dangerous to assume binary compatibility in all the different environments Ionic applications try to run in, so I just issue SQL to initialize databases.
Since a week - no response. I jave tried several ways to integrate the data but with no result. Is there anyone who managed to load a pre filled database in Ionic 2? Thanks.
Nobody said anything about internet connections. SQLite is an SQL engine. You can issue CREATE TABLE and INSERT statements to it just as you can any other SQL engine.
Ok but can you imagine the INSERT statement for 10 000 entries in the core of code - for me it’is dirty solution, or do you think maybe of json file as a source?