On my quest for a good Core Data + Cloud sync replacement, I came across https://github.com/pointfreeco/sqlite-data. Doubts remain though. It's heavily block-based and does not use actors, which I would like to have. Also relying on a third party for the most important thing in my app... Ugh. Why is this so hard. #UIKit #SwiftUI