Initial setup sql how

Hi
I want to make an apps which will contain sqlite with 6500 rows, and each row contain 06 column with 03 Integer and 03 TEXT.

I want that first time it will install the data and during installation it will show status. After finishing installation it will go to home page.

is it possible and how ?
thnx

Yes, it is possible. How? Um… I recommend you to use javascript syntax code, but you can found an another solution :slight_smile:

Listen the first lesson my young engineer: Anyone can’t understand your application more than you, so you must create design by pencil and paper.

1 Like

Might I suggest doing some research?

https://pouchdb.com/2016/04/28/prebuilt-databases-with-pouchdb.html

This is something that can be done with a mixture of the file plugin and sqlite.

1 Like