redb.Core.Pro 1.2.14

Prefix Reserved
dotnet add package redb.Core.Pro --version 1.2.14
                    
NuGet\Install-Package redb.Core.Pro -Version 1.2.14
                    
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="redb.Core.Pro" Version="1.2.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="redb.Core.Pro" Version="1.2.14" />
                    
Directory.Packages.props
<PackageReference Include="redb.Core.Pro" />
                    
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 redb.Core.Pro --version 1.2.14
                    
#r "nuget: redb.Core.Pro, 1.2.14"
                    
#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 redb.Core.Pro@1.2.14
                    
#: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=redb.Core.Pro&version=1.2.14
                    
Install as a Cake Addin
#tool nuget:?package=redb.Core.Pro&version=1.2.14
                    
Install as a Cake Tool

REDB Pro

Entity Database for .NET — Pro edition with advanced features for production workloads.

What is REDB Pro?

REDB Pro extends the open-source REDB core with enterprise-grade capabilities:

  • Change Tracking — automatic audit trail for every modification
  • Bulk Operations — optimized batch insert/update/delete
  • Advanced Caching — intelligent multi-level caching with invalidation
  • Window Functions — OVER / PARTITION BY support in LINQ queries
  • Pivot Queries — dynamic pivot tables from your data
  • Aggregation Pipelines — GroupBy with computed columns
  • Schema Migration — flexible EAV schema evolution tools
  • License Management — simple key-based activation

Supported Databases

Package Database
redb.Postgres.Pro PostgreSQL 14+
redb.MSSql.Pro SQL Server 2019+

Installation

# PostgreSQL
dotnet add package redb.Postgres.Pro

# SQL Server
dotnet add package redb.MSSql.Pro

Both provider packages include redb.Core.Pro as a transitive dependency.

Quick Start

var builder = WebApplication.CreateBuilder(args);

builder.Services.AddRedb(options =>
{
    options.UsePostgres(connectionString);
    options.UseLicenseKey("YOUR-LICENSE-KEY");
});

Target Frameworks

All Pro packages support:

  • .NET 8.0 (LTS)
  • .NET 9.0
  • .NET 10.0

Documentation

Full documentation, examples, and API reference: redbase.app

License

REDB Pro is distributed under a commercial license. See LICENSE-PRO.txt for terms.

Free trial available — all Pro features work without a license key, limited to 1,024 requests per day. No time limit.

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 is compatible.  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 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on redb.Core.Pro:

Package Downloads
redb.MSSql.Pro

SQL Server Pro provider for REDB. Includes change tracking, bulk operations, advanced caching, and optimized T-SQL features. Requires a valid license key.

redb.Postgres.Pro

PostgreSQL Pro provider for REDB. Includes change tracking, bulk operations, advanced caching, and optimized PostgreSQL-specific features. Requires a valid license key.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.14 116 2/13/2026