Info
Version: | 1.1.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/Linq2IndexedDB |
Install
Install-Package Linq2IndexedDB
dotnet add package Linq2IndexedDB
paket add Linq2IndexedDB
Linq2IndexedDB Download (Unzip the "nupkg" after downloading)
Tags
For now this project is still in development, so everything is subject to change.
Now only the basic CRUD operations are supported. In the near future this will be extended to multiple where clauses, joins, ...
Supports:
- Internet Explorer 10+
- FireFox 8+
- Chrome 17+
- Safari 5+
- Opera 11.6+
- iOs Safari 3.2+
- Opera Mobile 11 +
Using the Linq2IndexededDB viewer you can view the structure + content of your database while you are debugging your application.
Warning: This version has some braking changes, for more info see the release notes at https://linq2indexeddb.codeplex.com/releases/view/119709.