top | item 26690573

(no title)

chrisballinger | 4 years ago

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.

1. https://github.com/groue/GRDB.swift

discuss

order

pytlicek|4 years ago

Sure. I like the idea of FlatBuffers. I think GRDB is also good as I'm reading more and more about it. Thanks for sharing.