Overview
Syncbase provides a database that supports peer-to-peer synchronization built on top of Vanadium. It works even when devices are not connected to the Internet.
In the following tutorials, we will modify the code from the basics tutorial so it runs over Syncbase. This will allow us to synchronize our set of fortunes across multiple devices.
Persisting to Local Storage
Wherein fortunes are stored in a local Syncbase.Exchanging Data
Wherein devices exchange their local data with each other.
These tutorials use a low level Syncbase API. The Syncbase tutorial complements this tutorial and uses a higher level API for mobile development which facilitates many of the patterns illustrated here.