NTDLS.Katzebase.Client 1.3.0

dotnet add package NTDLS.Katzebase.Client --version 1.3.0
NuGet\Install-Package NTDLS.Katzebase.Client -Version 1.3.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="NTDLS.Katzebase.Client" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NTDLS.Katzebase.Client --version 1.3.0
#r "nuget: NTDLS.Katzebase.Client, 1.3.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.
// Install NTDLS.Katzebase.Client as a Cake Addin
#addin nuget:?package=NTDLS.Katzebase.Client&version=1.3.0

// Install NTDLS.Katzebase.Client as a Cake Tool
#tool nuget:?package=NTDLS.Katzebase.Client&version=1.3.0

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

Apache-2.0

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 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. 
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.3.0 248 2/15/2024
1.2.5 284 2/1/2024
1.2.4 239 2/1/2024
1.2.3 231 2/1/2024
1.2.2 251 2/1/2024
1.2.1 270 2/1/2024
1.2.0 243 1/31/2024
1.1.1 508 11/15/2023
1.1.0 441 10/12/2023
1.0.10 438 10/11/2023
1.0.9 476 10/11/2023

Updated reliable messaging nuget.