Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed May 26, 2015
1 parent ddf3667 commit bcdc92b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dexie.js

[![NPM Version][npm-image]][npm-url]

A bullet proof indexedDB wrapper.
Simple and robust indexedDB wrapper.

* Minimalistic and straight forward API, easy to use.
* Code Completion friendly - Your IDE will guide you as you type!
Expand All @@ -18,18 +18,17 @@ A bullet proof indexedDB wrapper.
* Chrome
* Firefox
* Opera 15+
* Android browser
* Blackberry browser
* Android browser (untested)
* Blackberry browser (untested)
* Opera mobile 16+
* Chrome for Android
* Firefox for Android
* IE Mobile
* Safari 8
* IOS Safari 8
* IE Mobile (untested)
* Safari 8 (with some limitations)

This comment has been minimized.

Copy link
@zanona

zanona Jul 30, 2015

hey @dfahlander, it would be super useful to describe what would the limitations be on a separate page and link to it here?

* IOS Safari 8 (with some limitations)
* Extended key range queries: equalsIgnoreCase(), anyOf([a,b,c,d,...]), startsWith(), startsWithIgnoreCase()
* Logical "OR": friends.where("age").below(40).or("length").above(200).toArray(...);
* Built to be easily extended and build addons upon.
* Simplified and robust error handling
* Simplified upgrading framework
* Thoroughly unit tested

Expand Down

0 comments on commit bcdc92b

Please sign in to comment.