DexieCloudNET 1.2.9-pre

This is a prerelease version of DexieCloudNET.
dotnet add package DexieCloudNET --version 1.2.9-pre
NuGet\Install-Package DexieCloudNET -Version 1.2.9-pre
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DexieCloudNET" Version="1.2.9-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DexieCloudNET --version 1.2.9-pre
#r "nuget: DexieCloudNET, 1.2.9-pre"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DexieCloudNET as a Cake Addin
#addin nuget:?package=DexieCloudNET&version=1.2.9-pre&prerelease

// Install DexieCloudNET as a Cake Tool
#tool nuget:?package=DexieCloudNET&version=1.2.9-pre&prerelease

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.9-pre 43 5/9/2024
1.2.8-pre 56 5/5/2024
1.2.6-pre 51 5/4/2024
1.2.4-pre 49 4/30/2024
1.2.3-pre 46 4/30/2024
1.2.2-pre 51 4/27/2024