Info
Version: | 1.2.0 |
Author(s): | Kristof Degrave, Parashuram Narasimhan |
Last Update: | Saturday, March 15, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://linq2indexeddb.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/IndexedDBViewer |
Install
Install-Package IndexedDBViewer
dotnet add package IndexedDBViewer
paket add IndexedDBViewer
IndexedDBViewer Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(1.8.2)
- Linq2IndexedDB(1.1.0)
Tags
The only thing you need to do is adding a div with the id "indexedDBViewer", provide the name of the database in the data-dbName attribute on the div.
For this it uses the linq2indexeddb framework.