NTDLS.Katzebase.Api 0.22.0

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

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

Katzebase : Client Connectivity Library

📦 Be sure to check out the NuGet package: https://www.nuget.org/packages/Katzebase.Api

Katzebase is an ACID compliant document-based database written in C# using .NET 8 that runs on Windows or Linux. By default it runs as a service but the libraries can also be embedded. It supports what you'd expect from a typical relational-database-management-system except the "rows" are stored as sets of key-value pairs (called documents) and the schema is not fixed. The default engine is wrapped by ReliableMessageing controllers and allows access via APIs , a t-SQL like syntax, or by using the bundled management UI (which just calls the APIs).

Default Login

  • Username: admin
  • Password: <blank>

Features:

  • Abortable transactions.
  • Caching and write deferment.
  • Locking, isolation and atomicity.
  • Indexing with partitioning.
  • Multi and nested schemas with partitioning.
  • Static analyzer and schema aware UI.
  • Logging and health monitoring.
  • Simple to use API client and DAPPER like querying.
  • tSQL Query language with support for field list, joins, top(count), where clause, grouping, aggregations, etc.

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

MIT

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
0.22.0 82 10/5/2024

Updated nullable helper package.