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
<PackageReference Include="redb.Core.Pro" Version="1.2.14" />
<PackageVersion Include="redb.Core.Pro" Version="1.2.14" />
<PackageReference Include="redb.Core.Pro" />
paket add redb.Core.Pro --version 1.2.14
#r "nuget: redb.Core.Pro, 1.2.14"
#:package redb.Core.Pro@1.2.14
#addin nuget:?package=redb.Core.Pro&version=1.2.14
#tool nuget:?package=redb.Core.Pro&version=1.2.14
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 | Versions 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. |
-
net10.0
- Microsoft.Extensions.Logging.Console (>= 9.0.0)
- redb.Core (>= 1.2.14)
- System.IdentityModel.Tokens.Jwt (>= 8.0.0)
-
net8.0
- Microsoft.Extensions.Logging.Console (>= 8.0.1)
- redb.Core (>= 1.2.14)
- System.IdentityModel.Tokens.Jwt (>= 8.0.0)
-
net9.0
- Microsoft.Extensions.Logging.Console (>= 9.0.0)
- redb.Core (>= 1.2.14)
- System.IdentityModel.Tokens.Jwt (>= 8.0.0)
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 |