I am learning to use Core Data. I have created a data model etc and have been inserting items using NSManagedObjectContext and NSManagedObject.
I have noticed something though - I didn't have to create any db.
So why question is - when I create the data model - is that actually creating the db i.e. is that all there is to it? It seems so much simpler than using SQlite - reminds me of creating Access db's.