Who's using Realm.io in production? How's it going?
Conversation
Right. Why vend objects in Swift instead of structs?
Replying to
*sneaks into thread* inheriting from ObjC allows us to override property accessors & directly map them to db
2
Oh, override via runtime magic? Yeah, I guess for structs you'd have to use generated source. Think I'd prefer that!

