ForerunnerDBJavaScript 数据库
ForerunnerDB 是一个 JavaScript 数据库,使用简单的 JSON 查询语言,基于 MongoDB 的查询语言。ForerunnerDB 提供跨页面加载的持久化存储,支持基本和组合索引。
示例代码:
var db = new ForerunnerDB(), items = db.collection('items'); items.insert({ _id: '1', name: 'Attack of the Mongoose' }); items.link('#result', '#itemFragment');
ForerunnerDB 支持几乎所有流行的浏览器 (IE9+) 包括:
Android Browser 2.1 Blackberry 7 Chrome 23 Chrome for Android 32 Firefox 18 Firefox for Android 25 Firefox OS 1.0 IE 9 (IE 8+ without data persistence - see note below) IE Mobile 10 Opera 15 Opera Mobile 11 Phonegap/Apache Cordova 1.2.0 Safari 3.1 (includes Mobile Safari)
评论