Very interesting concept, but I'd recommend people check out GRDB[1] if you're in search of a mature persistence layer for your iOS apps. It's a modern SQLite wrapper with a lot of conveniences for application development like value types, Codable mapping, Combine observables, etc.
I've deployed it in production on a few apps so far, and it has been a real joy to use.
pytlicek|4 years ago