online + offline database

  • Replies:4
Ahm AD
  • Forum posts: 5

Jul 5, 2016, 12:32:12 AM via App

hi, I am trying to develop an android sqlite database that may be offline but it automatically updated to online cloud or other server when connected to internet for online backup... Is there any tool for this?
.. please help me

Reply
giis
  • Forum posts: 6

Jul 28, 2016, 1:54:17 PM via Website

Where do you want to upload the file, to you own server or third-party cloud platform like dropbox or google drive etc?
Remember sqlite is just a simple file. You can easily move them around.

Reply
Ahm AD
  • Forum posts: 5

Oct 11, 2016, 1:33:47 PM via App

i just need a cloud based database that can work online as well as offline

Reply
Dmitry
  • Forum posts: 12

Oct 12, 2016, 5:40:36 AM via Website

I didn't hear about such solutions especially for mobile. Usually DB designed for temporarily offline work (split-brain) because it is too difficult to maintain system in consistent state in long split-brain situation. You'll receive A LOT OF conflicts and DB doesn't know how to deal with it. So let us know if you'll find anything. Or maybe if working in offline/online is not a requirement you just need to maintain local DB in sync (with local reads only) with remote state we could try to help design it.

Reply
James Watson
  • Forum posts: 1,584

Oct 12, 2016, 5:59:37 AM via Website

As I know, you can try azure database as it's easy to maintain local storage when it is offline and sync issue.

Download size < 0.15 MB. But also accurate enough, ad-free & free.
The minimalist app available on Play Store: https://goo.gl/ws42fN
Blog: https://okblackcafe.blogspot.com Your 5-star is appreciated.

Reply