Linq2IndexedDB 1.0.10
See the version list below for details.
dotnet add package Linq2IndexedDB --version 1.0.10
NuGet\Install-Package Linq2IndexedDB -Version 1.0.10
<PackageReference Include="Linq2IndexedDB" Version="1.0.10" />
paket add Linq2IndexedDB --version 1.0.10
#r "nuget: Linq2IndexedDB, 1.0.10"
// Install Linq2IndexedDB as a Cake Addin #addin nuget:?package=Linq2IndexedDB&version=1.0.10 // Install Linq2IndexedDB as a Cake Tool #tool nuget:?package=Linq2IndexedDB&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 +
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.
-
- jQuery (>= 1.7.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Linq2IndexedDB:
Package | Downloads |
---|---|
IndexedDBViewer
A webpage to check the structure and contents of your indexeddb database. 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 4,102 | 3/15/2014 |
1.0.21 | 1,982 | 11/24/2012 |
1.0.20 | 1,655 | 10/28/2012 |
1.0.19 | 1,411 | 10/22/2012 |
1.0.18 | 1,412 | 10/5/2012 |
1.0.17 | 1,383 | 10/5/2012 |
1.0.16 | 1,325 | 9/22/2012 |
1.0.15 | 1,415 | 8/23/2012 |
1.0.14 | 1,326 | 8/22/2012 |
1.0.13 | 1,379 | 8/14/2012 |
1.0.12 | 1,350 | 8/9/2012 |
1.0.11 | 1,366 | 8/3/2012 |
1.0.10 | 1,391 | 8/2/2012 |
1.0.9 | 1,344 | 7/29/2012 |
1.0.8 | 1,318 | 7/28/2012 |
1.0.7 | 1,362 | 7/24/2012 |
1.0.6 | 1,328 | 7/10/2012 |
1.0.5 | 1,389 | 6/17/2012 |
1.0.4 | 1,612 | 6/16/2012 |
1.0.3 | 1,598 | 6/10/2012 |
1.0.3-prerelease | 1,098 | 6/9/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.)