PureSwift / CoreModel

Pure Swift ORM (Supports Linux)
MIT License
34 stars 4 forks source link

ReadMe? #4

Closed danshev closed 1 year ago

danshev commented 5 years ago

Just stumbled upon this project, and it seems like something I've been looking (and hoping) for! That said, without any sort of Readme, I'm not sure ...

Might you all consider building out the Readme a little (e.g., some basic FAQ as to what this is and what it's capable of)?

Thank you!

colemancda commented 5 years ago

CoreModel is an object graph framework like CoreData, that can work independently of any persistence technology like SQLite. It controls object lifecycle and allows inverse relationships.

danshev commented 5 years ago

Is CoreModel functionally similar enough so that, when using CoreModel, I can reference CoreData documentation?

colemancda commented 5 years ago

I guess, its an abstraction over CoreData on macOS and iOS. All the same core concepts apply.

danshev commented 5 years ago

Cool -- thank you!