marcoarment / FCModel

An alternative to Core Data for people who like having direct SQL access.
MIT License
1.65k stars 173 forks source link

Can we make initWithFieldValues: existsInDatabaseAlready: public? #150

Open levey opened 6 years ago

levey commented 6 years ago

Sometimes I would like use left join and use resultDictionariesFromQuery: get the raw value, then need to use this value to create an instance existing in db, I think it needs this method to create...