marcoarment / FCModel

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

How to pre populated database in iOS. #121

Open BhaveshDhaduk opened 9 years ago

BhaveshDhaduk commented 9 years ago

How to pre populated database in iOS, can i Copy bundle database in Document directory with the use of FCModel.

I have seen that library but not getting any clue.

Or can any one help me what dose this below line do.

[FCModel inDatabaseSync:^(FMDatabase db) { [FCModel inDatabaseSync:^(FMDatabase db) {

}];

}]; Thanks