Now, i'm developing a canlendar project. And it'll display some information depends on the selected date.
Because there are some many days, more than 60,000 from 1900 to 2100.
So i can't create a new database, and then insert data into it.
It'll use lots of time to init the data when the user install the softwear.
So i need to prepare an external sqlite database, just like android project.
And i know, we can't use an external sqlite database, if we develop a html5 project.
I want to konw, is it the same we can't use a external sqlite database in Tizen project?
If so, what solution should i choose? Can you give me a suggestion?