eeCLOUD 3.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package eeCLOUD --version 3.2.0
                    
NuGet\Install-Package eeCLOUD -Version 3.2.0
                    
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="eeCLOUD" Version="3.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="eeCLOUD" Version="3.2.0" />
                    
Directory.Packages.props
<PackageReference Include="eeCLOUD" />
                    
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 eeCLOUD --version 3.2.0
                    
#r "nuget: eeCLOUD, 3.2.0"
                    
#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.
#:package eeCLOUD@3.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=eeCLOUD&version=3.2.0
                    
Install as a Cake Addin
#tool nuget:?package=eeCLOUD&version=3.2.0
                    
Install as a Cake Tool

eeCLOUD is a lightweight ORM that adopts a NoSQL-like paradigm for relational databases. Each application automatically generates its own schema, and in-memory entities correspond to tables, with persistence managed via native JSON.

The library supports MySQL, MSSQL, and PostgreSQL, and unifies data access through a single indexing model, valid for both databases and files on FTP servers, allowing you to manage heterogeneous storage with the same API.

The latest versions introduce:

  • Hybrid caching with configurable providers.
  • Data clustering for distribution and scalability.
  • A transparent approach to CRUD with simplified operations.

eeCLOUD is designed for those seeking abstraction, performance, and portability in multi-database and distributed scenarios.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
3.3.2 84 1/2/2026
3.2.0 166 11/23/2025
3.1.9 190 10/28/2025
3.1.8 173 10/21/2025
3.1.6 175 10/20/2025
3.1.5 100 10/18/2025
3.1.4 185 10/15/2025
3.1.3 181 10/13/2025
3.1.1 209 9/7/2025
3.1.0 232 9/4/2025
3.0.9 300 8/11/2025
3.0.8 182 7/30/2025
3.0.7 255 6/21/2025
3.0.6 213 5/27/2025
3.0.3 558 3/25/2025
2.0.1 210 2/15/2025
2.0.0 203 11/10/2024
1.9.9.9 180 11/5/2024
1.9.9.8 229 10/13/2024
1.9.9.7 211 9/9/2024
1.9.9.6 188 9/7/2024
1.9.9.5 200 9/7/2024
1.9.9.4 210 6/22/2024
1.9.9.3 208 5/21/2024
1.9.9.1 218 3/25/2024
1.9.7 223 2/1/2024
1.9.6 267 1/6/2024
1.9.5 236 1/1/2024
1.9.4 233 12/16/2023
1.9.3 198 11/13/2023
1.9.2 151 11/12/2023
1.9.1 194 10/13/2023
1.8.1 198 9/29/2023
1.7.9 203 9/14/2023
1.7.3 206 8/18/2023
1.6.2 212 8/14/2023
1.5.6 198 7/31/2023
1.5.5 227 7/31/2023
1.5.4 217 7/27/2023
1.5.3 220 7/26/2023
1.5.2 221 7/19/2023
1.4.1 248 6/13/2023
1.4.0 454 11/9/2022
1.3.4 492 8/26/2022
1.3.3 513 8/23/2022
1.3.2 471 8/17/2022
1.3.1 475 8/17/2022
1.3.0 607 8/17/2022
1.1.5 714 2/11/2022
1.1.3 717 1/27/2022
1.1.2 952 12/31/2020
1.1.1 952 8/25/2020
1.1.0 1,248 7/27/2020
1.0.7 679 6/22/2020

Package Update