DexieNET 1.3.5

dotnet add package DexieNET --version 1.3.5
                    
NuGet\Install-Package DexieNET -Version 1.3.5
                    
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="DexieNET" Version="1.3.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DexieNET" Version="1.3.5" />
                    
Directory.Packages.props
<PackageReference Include="DexieNET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DexieNET --version 1.3.5
                    
#r "nuget: DexieNET, 1.3.5"
                    
#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.
#addin nuget:?package=DexieNET&version=1.3.5
                    
Install DexieNET as a Cake Addin
#tool nuget:?package=DexieNET&version=1.3.5
                    
Install DexieNET as a Cake Tool

DexieNET

DexieNET is a .NET wrapper for dexie.js minimalist wrapper for IndexedDB see https://dexie.org

'DexieNET' used with permission of David Fahlander

DexieNET aims to be a feature complete .NET wrapper for Dexie.js the famous Javascript IndexedDB wrapper from David Fahlander.

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.

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DexieNET:

Package Downloads
DexieCloudNET

A .NET wrapper for dexie.js minimalist wrapper for IndexedDB with cloud support.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.5 139 3/9/2025
1.3.4 218 3/7/2025
1.3.3 164 11/4/2024
1.3.2 127 10/4/2024
1.3.1-pre 114 7/19/2024
1.3.0-pre 107 7/19/2024
1.2.9-pre 139 5/9/2024
1.2.8-pre 131 5/5/2024
1.2.6-pre 126 5/4/2024
1.2.4-pre 125 4/30/2024
1.2.3-pre 115 4/30/2024
1.2.2-pre 111 4/27/2024
1.0.2 790 2/5/2024
1.0.1 235 12/14/2023
1.0.0 449 3/19/2023
0.9.4-pre 200 1/15/2023
0.9.3-pre 172 1/6/2023
0.9.1-pre 174 12/26/2022
0.9.0-pre 400 12/24/2022