DexieCloudNET 1.3.5
dotnet add package DexieCloudNET --version 1.3.5
NuGet\Install-Package DexieCloudNET -Version 1.3.5
<PackageReference Include="DexieCloudNET" Version="1.3.5" />
<PackageVersion Include="DexieCloudNET" Version="1.3.5" />
<PackageReference Include="DexieCloudNET" />
paket add DexieCloudNET --version 1.3.5
#r "nuget: DexieCloudNET, 1.3.5"
#addin nuget:?package=DexieCloudNET&version=1.3.5
#tool nuget:?package=DexieCloudNET&version=1.3.5
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 | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net9.0
- DexieNET (>= 1.3.5)
- Microsoft.AspNetCore.Components.Web (>= 9.0.2)
- 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.