NTDLS.Katzebase.Client.dev
1.7.8.1
dotnet add package NTDLS.Katzebase.Client.dev --version 1.7.8.1
NuGet\Install-Package NTDLS.Katzebase.Client.dev -Version 1.7.8.1
<PackageReference Include="NTDLS.Katzebase.Client.dev" Version="1.7.8.1" />
paket add NTDLS.Katzebase.Client.dev --version 1.7.8.1
#r "nuget: NTDLS.Katzebase.Client.dev, 1.7.8.1"
// Install NTDLS.Katzebase.Client.dev as a Cake Addin #addin nuget:?package=NTDLS.Katzebase.Client.dev&version=1.7.8.1 // Install NTDLS.Katzebase.Client.dev as a Cake Tool #tool nuget:?package=NTDLS.Katzebase.Client.dev&version=1.7.8.1
Katzebase
Katzebase is a document-based database written in .net 7 that runs on Windows or Linux. By default It can run as a service but the libraries can also be embedded. It basically supports what you’d expect from a typical relational-database-management-system except the "rows" are stored as json and the schema is not fixed. The engine is wrapped by MVC controllers and allows access via APIs, a SQL like syntax or by using the bundled management UI (which calls the APIs).
Check out the full documentation at https://katzebase.com/
Features:
- Abortable transactions.
- Caching and write deferment.
- Locking, isolation and atomicity.
- Document indexing.
- Partitioning.
- Logging and health monitoring.
- SQL Query language with support for (field list, joins, top(count), where clause).
Sample Data
To run the included examples, download the sample Katzebase database.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. If you want to join the project, just email me (its on my profile).
License
Product | Versions 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 is compatible. 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 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. |
-
net6.0
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- NTDLS.Helpers (>= 1.2.9)
- NTDLS.ReliableMessaging (>= 1.10.9)
-
net7.0
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- NTDLS.Helpers (>= 1.2.9)
- NTDLS.ReliableMessaging (>= 1.10.9)
-
net8.0
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- NTDLS.Helpers (>= 1.2.9)
- NTDLS.ReliableMessaging (>= 1.10.9)
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.7.8.1 | 73 | 9/25/2024 |
Updated nullable helper package.