Skip to content

Download

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

Direct download

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

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

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

Install using a package manager

NPM VersionTested with Browserstack

npm install dexie --save
bower install dexie --save

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)

Previous Releases

Previous Releases

Clone this wiki locally