Linq2IndexedDBWin8 1.0.10
See the version list below for details.
dotnet add package Linq2IndexedDBWin8 --version 1.0.10
NuGet\Install-Package Linq2IndexedDBWin8 -Version 1.0.10
<PackageReference Include="Linq2IndexedDBWin8" Version="1.0.10" />
paket add Linq2IndexedDBWin8 --version 1.0.10
#r "nuget: Linq2IndexedDBWin8, 1.0.10"
// Install Linq2IndexedDBWin8 as a Cake Addin #addin nuget:?package=Linq2IndexedDBWin8&version=1.0.10 // Install Linq2IndexedDBWin8 as a Cake Tool #tool nuget:?package=Linq2IndexedDBWin8&version=1.0.10
With linq2indexeddb developpers can add, update, delete and search data on an easy way without having to think how to put up an connection, handeling transaction, etc. 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 +
- Windows 8 Metro Apps
Using the Linq2IndexededDB viewer you can view the structure + content of your database while you are debugging your application.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 1,863 | 3/15/2014 |
1.0.21 | 1,728 | 11/24/2012 |
1.0.20 | 1,575 | 10/28/2012 |
1.0.19 | 1,431 | 10/22/2012 |
1.0.18 | 1,454 | 10/5/2012 |
1.0.17 | 1,431 | 10/5/2012 |
1.0.16 | 1,399 | 9/22/2012 |
1.0.15 | 1,361 | 8/23/2012 |
1.0.14 | 1,342 | 8/22/2012 |
1.0.13 | 1,364 | 8/14/2012 |
1.0.12 | 1,319 | 8/9/2012 |
1.0.11 | 1,375 | 8/3/2012 |
1.0.10 | 1,345 | 8/2/2012 |
1.0.9 | 1,339 | 7/29/2012 |
1.0.8 | 1,346 | 7/28/2012 |
1.0.7 | 1,458 | 7/24/2012 |
1.0.6 | 1,355 | 7/10/2012 |
1.0.5 | 1,380 | 6/17/2012 |
1.0.4 | 1,318 | 6/16/2012 |
1.0.3 | 1,413 | 6/10/2012 |
* Added refresh method to the viewer
* Viewer now gets refreshed when data in the indexeddb gets inserted, changed or deleted
* Reworked the way where clauses are handled
** The framework will no longer throw an error when an index doesn't exist and the filter uses an indexeddb filter. In this case the manual filters will be used.
** The framework will now use the filters on the objectstore if the property to filter on is the keyPath.
* Added merge posibility to the framework. (possibility to provide data with a key, and this will update the object with the given data for the given key.)