AFSQLManager
AFSQLManager copied to clipboard
SQL and SQLite manager for iOS
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
This library is not working anymore. If you are planning to use it, keep in mind that you will need to troubleshoot a bunch of issues. Good luck.
Please help me with this: **_Terminating app due to uncaught exception ’NSInvalidArgumentException’, reason: ‘**_ -[_NSZeroData wirteToFile:options:error]: nil file argument’ 
The db is opened successfully, but the `performQuery`'s `withBlock` is not executed for some reason. It seems the issue happens when a query related error occurs. ``` [[AFSQLManager sharedManager]openLocalDatabaseWithName:@"testdb.sqlite" andStatusBlock:^(BOOL...