[objective-c]EGODatabase #6
EGODatabase #6
下記の処理を実行しただけではuser.dbは作成されていない。
ファイルはexecuteQueryを実行すると作成される。
NSString*filepath=[NSHomeDirectory() stringByAppendingPathComponent:@"Documents/user.db"]; EGODatabase* database = [EGODatabase databaseWithPath:filepath];