I want to use Core Data for managing remote sql server. Is that possible? I checked through the apple documentation and it only shows about SQLite, but on CS193P stanford lectures they say that it is possible to do, but don't say how?
I currently use a bridge with php queries, but that is not OOP way
Thank you.