Skip to content
Martin Jurča edited this page Jul 25, 2015 · 2 revisions

Welcome to the indexed-db.es6 wiki!

Here you will find more in-depth information on how to use the indexed-db.es6 library. Note that you should already be familiar enough with the native Indexed DB, as this library builds upon its native APIs and behavior.

A good start would be the Defining database schema page followed by the Running queries.