Is there any component in wappler where I can synchronize a localhost/offline database with an online database on a server?.
thank you all
Is there any component in wappler where I can synchronize a localhost/offline database with an online database on a server?.
thank you all
Hi @Valtenci, Wappler allows you to create those types of apps. For example, you can create two projects in Wappler. The first project could be an online server with a database, and the second project could be a mobile app with SQLite. You could then set up APIs on the server (called Server Connect in Wappler) and connect to those APIs in the mobile app to pull data into the localhost SQLite database. You could also have actions in the mobile app that push data to the server database.
There’s also been talk about Wappler adding support for PouchDB to sync offline data.
Sync one time only? Multiple times per day?
thanks my friend
I’ve been wondering about this too…
So at the moment to make it sync we have write some code to perform the sync at regular intervals?
I did see in the 2022-2023 roadmap that there were plans to add database import/export to Wappler but no idea what the timescales are.