Ridha Gadhgadhi
Posts: 0
Joined: Mon Apr 07, 2014 4:01 am

Working with database in offline mode

Hi,

My application works fine in online mode with apperyio database.
However, I need to use it in offline mode.

I followed this tutorial (http://docs.appery.io/tutorials/build...), but it is not very clear to achieve my goal.

Can you please assist me how can I do to create a local database that I can use it in offline mode?
Please note that my database has only around 200-250 entries.

Thanks in advance.

Ridha Gadhgadhi
Posts: 0
Joined: Mon Apr 07, 2014 4:01 am

Working with database in offline mode

Hello,

The main service of my application is to search data from from my apperyio database.

However, in the tutorial that you have recommended, we can use just add and delete tasks services in offline mode and we cannot use the list service which is similar to the service that my app do.

So, how can we do to substitute the apperyio database to be used locally in offline mode?

Thanks

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Working with database in offline mode

Hello!

For this purpose you can use local database.
http://docs.appery.io/tutorials/build...
Youc can either use only local database or create procedure of synchronization between local and remote database.

Ridha Gadhgadhi
Posts: 0
Joined: Mon Apr 07, 2014 4:01 am

Working with database in offline mode

Hi,

I said above, the tutorial is not clear at all.
How can create my sqlite database and import data? and how can I map request and response service with components?

Please note that my app do the same thing that the app made in this tutorial : http://docs.appery.io/tutorials/build....

Return to “Issues”