Search Results

0
votes

How to model an n-to-n relationship in Objective-C?

You can use SQLLitePersistentObjects: It allows you to define code like the following: #import …