DexieCloudNET 1.3.2
dotnet add package DexieCloudNET --version 1.3.2
NuGet\Install-Package DexieCloudNET -Version 1.3.2
<PackageReference Include="DexieCloudNET" Version="1.3.2" />
paket add DexieCloudNET --version 1.3.2
#r "nuget: DexieCloudNET, 1.3.2"
// Install DexieCloudNET as a Cake Addin #addin nuget:?package=DexieCloudNET&version=1.3.2 // Install DexieCloudNET as a Cake Tool #tool nuget:?package=DexieCloudNET&version=1.3.2
DexieCloudNET
DexieCloudNET is a .NET wrapper for dexie.js minimalist wrapper for IndexedDB see https://dexie.org with cloud support see https://dexie.org/cloud/ .
'DexieNET' used with permission of David Fahlander
DexieCloudNET aims to be a feature complete .NET wrapper for Dexie.js the famous Javascript IndexedDB wrapper from David Fahlander including support for cloud sync.
I consists of two parts, a source generator converting a C# record, class, struct to a DB store and a set of wrappers around the well known Dexie.js API constructs such as Table, WhereClause, Collection, ...
It's designed to work within a Blazor Webassembly application with minimal effort.
The port of the ToDoSample to .NET is a good starting point for exploring all the cloud features.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- DexieNET (>= 1.3.2)
- Microsoft.AspNetCore.Components.Web (>= 8.0.7)
- System.Reactive (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.