davibe / Phonegap-SQLitePlugin

A phonegap plugin to open and use sqlite databases on iOS.
191 stars 90 forks source link

Fixes to README.md in single commit for PhoneGap 1.3 changes, (lib)sqlite, and using subsections #21

Closed brodybits closed 12 years ago

brodybits commented 12 years ago

Please bear with me, this is my first time using github. I made a new fork and submit my changes to README.md in a single commit. Next time I will not push into master before I am more confident whether or not the patch will be accepted.

For PhoneGap 1.3, as I said before there is a change to Plugins/PGSQLitePlugin.m for the new JSONKit API. For 1.5 which is now Cordova they have changed the API. I tried porting this plugin to Cordova but it did not work and I do not have time right now to debug what is going wrong. Someone has already raised #14 to port to Cordova and I am happy to work on this issue after a few weeks.

There are some other enhancements to improve the documentation on using the libsqlite and also adding subsections to the Installing section. I hope you will be happy with these changes.