Linq2IndexedDBWin8 1.0.13
See the version list below for details.
dotnet add package Linq2IndexedDBWin8 --version 1.0.13
NuGet\Install-Package Linq2IndexedDBWin8 -Version 1.0.13
<PackageReference Include="Linq2IndexedDBWin8" Version="1.0.13" />
paket add Linq2IndexedDBWin8 --version 1.0.13
#r "nuget: Linq2IndexedDBWin8, 1.0.13"
// Install Linq2IndexedDBWin8 as a Cake Addin #addin nuget:?package=Linq2IndexedDBWin8&version=1.0.13 // Install Linq2IndexedDBWin8 as a Cake Tool #tool nuget:?package=Linq2IndexedDBWin8&version=1.0.13
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.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 196 | 3/15/2014 |
1.0.21 | 61 | 11/24/2012 |
1.0.20 | 49 | 10/28/2012 |
1.0.19 | 51 | 10/22/2012 |
1.0.18 | 49 | 10/5/2012 |
1.0.17 | 48 | 10/5/2012 |
1.0.16 | 47 | 9/22/2012 |
1.0.15 | 51 | 8/23/2012 |
1.0.14 | 50 | 8/22/2012 |
1.0.13 | 51 | 8/14/2012 |
1.0.12 | 50 | 8/9/2012 |
1.0.11 | 50 | 8/3/2012 |
1.0.10 | 50 | 8/2/2012 |
1.0.9 | 51 | 7/29/2012 |
1.0.8 | 50 | 7/28/2012 |
1.0.7 | 51 | 7/24/2012 |
1.0.6 | 50 | 7/10/2012 |
1.0.5 | 49 | 6/17/2012 |
1.0.4 | 51 | 6/16/2012 |
1.0.3 | 53 | 6/10/2012 |
* fixed minor bugs
* fixed autogenerate bug (dead lock situation)
* Changed logging (uses severity now error, info, warn)
* insert and update now return an object { key: , data: } with the key of the data you updated/inserted and the data