marcoarment / FCModel

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

Allow exclusion of tables #24

Closed felixLam closed 10 years ago

felixLam commented 10 years ago

It would be nice if it is was possible to customize the tables that are excluded from the FCModel in the scheme builder (e.g. when using a repopulated dataset that is also used elsewhere): https://github.com/marcoarment/FCModel/blob/master/FCModel/FCModel.m#L874

felixLam commented 10 years ago

Alternatively it would be nice to specify a common prefix (e.g. "FCM") of all tables that should be parsed.

marcoarment commented 10 years ago

Addressed in #23, I think.