aaronpearce / Harmony

Harmony provides CloudKit sync for GRDB and only GRDB.
Other
142 stars 10 forks source link

Revisit Record ID system #3

Open aaronpearce opened 1 year ago

aaronpearce commented 1 year ago

We should revisit the record ID system and see if we can provide a better way to get record type from the system alongside the actual identifier.

Currently we merge the record type and identifier into a singular identifier for pushing to CloudKit.

We could look to keep a local mapping of identifier to record type in GRDB, or continue with the current system with some improvements.