Dexie.js

程序名称:Dexie.js

授权协议: GPL

操作系统: 跨平台

开发语言: JavaScript

Dexie.js 介绍

Dexie.js 是 indexedDB 封装器。

  • 简洁直观的 API,方便使用

  • 友好的代码完成

  • 适应人类阅读习惯的查询:db.friends.where(“lastName”).anyOf(“Helenius”, “Fahlander”).each(function(friend){…})

  • 使用事物范围处理错误

  • 当前只支持 indexedDB wrapper,不区分大小写搜索,设置匹配和逻辑 OR 操作

  • 兼容 Promise/A+

  • 调用程序不会隐藏后端 indexedDB

  • 性能

  • 跨浏览器:

    • IE10+

    • Chrome

    • Firefox

    • Opera 15+

    • Android browser

    • BlackBerry browser

    • Opera mobile 16+

    • Chrome for Android

    • Firefox for Android

    • IE Mobile

    • Safari 8

    • IOS Safari 8

  • 扩展关键字范围查询:equalsIgnoreCase(), anyOf([a,b,c,d,…]), startsWith(), startsWithIgnoreCase()

  • 逻辑 “OR”:friends.where(“age”).below(40).or(“length”).above(200).toArray(…);

  • 支持简单扩展构建和插件构建

  • 简单而强壮的错误处理

  • 简单的升级框架

  • 单元测试

Dexie.js 官网

https://github.com/dfahlander/Dexie.js

相关编程语言

SchemaCrawler提供一组用于增强标准JDBC Metadata的...
ER Master 是一个用于设计ER模型图的Eclipse插件。提...
Eclipse下用于画数据库ER图的插件,主要特性如下: ...
PowerDesigner 是Sybase的企业建模和设计解决方案,...
Mogwai ERDesigner NG是一个实体关系建模工具类似于...
Power*Architect 是一个数据建模工具,主要用在数据...