09-10-2020, 06:02 PM
Yes, it's only possible to create databases in the cloud but records can be created locally or in the cloud. cdb_sync and cdb_batchSync are used to sync records between local and cloud. If you use cdb_create and pass "local" to it, the record will be created on the device. You can then use cdb_sync to upload this record to the cloud.
The location needs to be writable to create local records.
Can you elaborate more on what you mean by "maintaining" a local database?
The location needs to be writable to create local records.
Can you elaborate more on what you mean by "maintaining" a local database?