ydn.db
Version:
Javascript database library for IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction workflow.
30 lines (29 loc) • 800 B
JSON
{
"name": "ydn.db",
"version": "1.3.0",
"description": "Javascript database library for IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction workflow.",
"main": "jsc/ydn.db-dev.js",
"directories": {
"jsc": "compiled js file for distributions",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yathit/ydn-db"
},
"keywords": [
"IndexedDB",
"WebSQL",
"WebStorage",
"database"
],
"author": "Kyaw Tun",
"license": "Apache V2",
"bugs": {
"url": "https://github.com/yathit/ydn-db/issues"
},
"homepage": "http://dev.yathit.com/ydn-db/index.html"
}