Skip to content

Advice for a beginner about data management #18

Answered by mergesort
robsontenorio asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @robsontenorio, thanks for checking out Boutique!

Boutique is great for storing data on device, though if your only goal is to store data on device, I could recommend my other library Bodega. Bodega is what powers the on-disk cache portion of Boutique, so if you're only storing data to disk, then Bodega may be enough for your needs. If you'd like to sync with iCloud you'd have to build that yourself. Unlike Core Data Boutique is only a storage and memory layer, which means there's no connection to external services or APIs like iCloud. If you're ok with that then it should be doable, and not especially difficult since all of your structs or objects have to conform to Codable to be used…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mergesort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9 on June 25, 2022 16:14.