PreviousNext

Yet another DB? IndexedDB

by bill-s, 2012-09-22T00:00:39.000Z

IndexedDB is a database that can be used "client-side" with JavaScript code. It is also supported by Windows 8 store apps. Since it is a work in progress there is a lot of inconsistent information on the web. It is good idea to get a general view on how it works by browsing the official documentation for the API (you can also play with it here or read a gentle introduction be Stephen Walther here).

Read More