adapter-sqlite-cordova
Version:
Run SQLite on the device and IndexedDB in the browser with exactly the same API with nanoSQL 2!
12 lines • 874 B
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="adapter-sqlite-cordova" version="2.1.2">
<name>NanoSQL 2 Cordova Plugin</name>
<description>Switch between IndexedDB/WebSQL for browser testing and SQLite on device with zero effort.</description>
<license>MIT</license>
<keywords>database, json, collection, records, node, nodejs, sql, orm, nosql, DBMS, data, query, SQLite, JSON, CSV, persistent, immutable, undo, redo, immutablejs, sorting, filtering, filter, sort, somesql, nanosql, levelDB, leveldb, indexeddb, level DB, Indexed DB, trie, tree</keywords>
<dependency id="cordova-sqlite-storage" version="3.2.0" />
<dependency id="cordova-plugin-device" version="2.0.2" />
<js-module src="dist/sqlite.js" name="nSQLadapter">
<clobbers target="nSQLadapter" />
</js-module>
</plugin>