Skip to content

Instantly share code, notes, and snippets.

@PedroFarina
Created March 31, 2020 18:09
Show Gist options
  • Save PedroFarina/5d994772156ee2db0abc43e241bd68c7 to your computer and use it in GitHub Desktop.
Save PedroFarina/5d994772156ee2db0abc43e241bd68c7 to your computer and use it in GitHub Desktop.
Referenciando as databases
let container = CKContainer.default()
let dbPublica = container.publicCloudDatabase
let dbCompartilhada = container.sharedCloudDatabase
let dbPrivada = container.privateCloudDatabase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment