Who's using Realm.io in production? How's it going?
Conversation
Right. Why vend objects in Swift instead of structs?
1
*sneaks into thread* inheriting from ObjC allows us to override property accessors & directly map them to db
2
although we might consider a value-type, more decoupled Swift API in the future, but wouldn't be as performant
2
Replying to
It would totally be as performant if you generated the base value types akin to mogenerator

