mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-13 12:35:09 -05:00
Add readme and copyright headers
This commit is contained in:
parent
15ccdb6c23
commit
defa3a2117
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
Phonegap SQLitePlugin
|
||||
=====================
|
||||
|
||||
I have been developing Phonegap applications that required big databases.
|
||||
WebKitSQLite HTML5 database has hardcoded quota limitations so I decided to write
|
||||
this plugin to open my own sqlite files from javascript.
|
||||
|
||||
Currently the plugin supports basic open, close, executeSQL and has no support
|
||||
for transactions.
|
||||
|
||||
I also started writing a js wrapper that exposes an HTML5-like interface but
|
||||
it is unfinished yet (see sqlite-html5.js)
|
||||
|
||||
Later I found out that I could actually use this plugin to open the same database
|
||||
file WebKit uses to store HTML5 dbs and change their quota limits (see sqlite.js).
|
||||
This way I was able to store up to 1Gb using HTML5 WebKitSQLite.
|
Loading…
Reference in New Issue
Block a user