RizeDb 1.2.0
See the version list below for details.
dotnet add package RizeDb --version 1.2.0
NuGet\Install-Package RizeDb -Version 1.2.0
<PackageReference Include="RizeDb" Version="1.2.0" />
paket add RizeDb --version 1.2.0
#r "nuget: RizeDb, 1.2.0"
// Install RizeDb as a Cake Addin #addin nuget:?package=RizeDb&version=1.2.0 // Install RizeDb as a Cake Tool #tool nuget:?package=RizeDb&version=1.2.0
A free, ultra portable, embedded, nosql, serverless database. Designed to be easy to use and easy to deploy. Works in any .net environment that supports .net Standard. Perfect for Apps, IoT, Xamarin or any project requiring a light weight database. It has both a document store implementation and a relational implenetation with an Entity Framework like interface for a complete NoSql solution.
Thread Safe
AES Encryption
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on RizeDb:
Package | Downloads |
---|---|
EnvironmentVault2.Shared
Supporting assembly for Environment Vault. |
|
EnvironmentVault.Shared
Companion assemblies for Environment Vault |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 106 | 8/28/2024 |
2.0.0-beta5 | 110 | 8/11/2023 |
2.0.0-beta4 | 117 | 1/23/2023 |
2.0.0-beta3 | 179 | 9/18/2022 |
2.0.0-beta2 | 180 | 9/18/2022 |
2.0.0-beta | 139 | 9/6/2022 |
1.6.5 | 511 | 7/20/2021 |
1.6.0 | 353 | 5/16/2021 |
1.5.0 | 499 | 4/11/2021 |
1.4.0 | 493 | 4/8/2021 |
1.3.5 | 332 | 3/21/2021 |
1.3.0 | 644 | 9/16/2020 |
1.2.0 | 412 | 9/10/2020 |
1.1.0 | 493 | 8/19/2020 |
1.0.2 | 467 | 7/9/2020 |
1.0.1 | 572 | 7/26/2019 |
1.0.0 | 655 | 7/24/2019 |
Added document store option and renamed from Database.net