New to Xcode.
Is there a framework or method to use Core Data to connect to and use PostgreSQL as the physical store via the Persistent Store Coordinator instead of SQLite for developing multi-user client-server applications running on both OS X and iOS?
At the moment, if you want to connect CoreData to PostgresSQL, you have to either find or write your own NSIncrementalStore implementation.
If you're new to XCode, you're probably looking at a fair amount of training to understand NSIncrementalStore's requirements enough to implement the interface, though. But by accounts that I find when looking for "NSIncrementalStore PostgresSQL", it sounds reasonable enough from a technical perspective.