storesafe/cordova-sqlite-storage

Statement of compliance to Web SQL Database DRAFT API

brodybits opened this issue · 0 comments

Reference: https://www.w3.org/TR/webdatabase/

Quite a bit of work has already been done to test and document this but it is definitely not complete. Ideal would be a tested statement of compliance that goes through https://www.w3.org/TR/webdatabase/ in linear order and then through some other items including:

It would also be nice to have this for https://github.com/nolanlawson/node-websql which is the basis for "SQLite Plugin 2" (ref: #547 Comparison with SQLite Plugin 2?)

P.S. Also a statement about why the DEPRECATED Web SQL Database DRAFT standard is used (portability of existing application code and libraries: developers were already using the API for web apps on Safari and Chrome; existence of excellent tutorials and other documentation; etc.)