GRDB Swift SQLite ORM
GRDB.swift is a Swift application toolkit that provides access to SQLite databases.
[…]
GRDB is protocol-oriented, and fetching methods are proper to the RowConvertible protocol.
[…]
This makes GRDB quite unlike other Swift ORMs that use class inheritance and make heavy use of objects mutability, like Realm and Core Data. Both of them provide uniquing and auto-updating records.
Comments
Stay up-to-date by subscribing to the Comments RSS Feed for this post.