Linq2IndexedDBWin8 1.0.14
See the version list below for details.
dotnet add package Linq2IndexedDBWin8 --version 1.0.14
NuGet\Install-Package Linq2IndexedDBWin8 -Version 1.0.14
<PackageReference Include="Linq2IndexedDBWin8" Version="1.0.14" />
paket add Linq2IndexedDBWin8 --version 1.0.14
#r "nuget: Linq2IndexedDBWin8, 1.0.14"
// Install Linq2IndexedDBWin8 as a Cake Addin #addin nuget:?package=Linq2IndexedDBWin8&version=1.0.14 // Install Linq2IndexedDBWin8 as a Cake Tool #tool nuget:?package=Linq2IndexedDBWin8&version=1.0.14
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.
!! Windows 8 store certified !!
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 |
* minor bug fixes
* reworked errors (errors and exceptions now contain a usable message and are unified)
* cursor now returns an object with the key and data property
** In the progress event of a cursor you can call the skip, update or delete method.
* added new unit tests.