Skip to content

Download

David Fahlander edited this page Apr 13, 2016 · 72 revisions

Direct download

NPM VersionTested with Browserstack

  https://npmcdn.com/dexie/dist/dexie.js

  https://npmcdn.com/dexie/dist/dexie.min.js

  https://npmcdn.com/dexie/dist/dexie.min.js.map

  https://npmcdn.com/dexie/dist/dexie.d.ts

Install using a package manager

npm install dexie --save

  or

bower install dexie --save

Try it now in your browser

Samples

TODO list (by Matt Andrews)

Simple Demo from Codeproject and Mozilla Hacks Articles:

Populate From Ajax

Open Existing Databases

Full Text Search

Full Text Search (IE compatible)

Using Dexie with Typescript

Including Dexie as an AMD module

Including Dexie with Browserify

Great simplification using ES6 yield (Dexie v1.3.x)

Various jsfiddles

Previous Releases

Previous Releases

Clone this wiki locally