Zumero Client SDK Updated
25 April 2013
An update to the Zumero Client SDK is now available in the Dev Center.
New in this release:
- Adopt Existing Tables: You can now convert an existing “regular” SQLite table to a Zumero table by calling
zumero_adopt_existing_table
. - Pull Without History:
zumero_pull_without_history
is an alternative tozumero_sync
that retrieves a copy of a remote dbfile with its history pre-purged, to reduce local storage and transmission costs. - Various bug fixes.
See the updated SDK documentation for details on the new functions.