UNPKG

cordova-plugin-nano-sqlite

Version:

NanoSQL SQLite Plugin: exposes a well documented, easy to use API for SQLite. Uses IndexedDB/WebSQL when testing in the browser, then uses SQLite on the device with the exact same API. Includes typescript support, an ORM and undo/redo built in.

12 lines 853 B
<?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-nano-sqlite" version="1.3.0"> <name>NanoSQLite Plugin</name> <description>Allows nanoSQL to persist changes to an on device SQLite database with no 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=">=2.6.0" /> <dependency id="cordova-plugin-device" version=">=2.0.2" /> <js-module src="plugin.js" name="nSQLite"> <clobbers target="nSQLite" /> </js-module> </plugin>