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.

81 lines (80 loc) 2 kB
{ "name": "cordova-plugin-nano-sqlite", "version": "1.7.0", "description": "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.", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "rm -rf lib/* && webpack -p && tsc" }, "homepage": "https://nanosql.io/", "repository": { "type": "git", "url": "https://github.com/ClickSimply/Nano-SQL.git" }, "keywords": [ "ecosystem:cordova", "cordova-android", "cordova-ios", "cordova-osx", "cordova-windows", "database", "json", "collection", "records", "sql", "orm", "nosql", "DBMS", "data", "query", "DOM-storage", "SQLite", "JSON", "CSV", "iteration", "sequence", "stateless", "functional", "datastructure", "data", "lazy", "persistent", "immutable", "undo", "redo", "immutablejs", "redux", "sorting", "filtering", "filter", "sort", "somesql", "nanosql", "isomorphic", "universal", "trie", "tree" ], "engines": { "cordovaDependencies": { "1.3.0": { "cordova-sqlite-storage": "<2.3.0" } } }, "author": "Scott Lott <Scott@ClickSimply.com>", "license": "MIT", "bugs": { "url": "https://github.com/ClickSimply/Nano-SQL/issues" }, "devDependencies": { "ts-loader": "^5.3.3", "typescript": "^2.9.2", "webpack": "^4.28.3" }, "dependencies": { "@types/websql": "0.0.27", "nano-sql": "^1.8.0" } }