redb.MSSql.Pro
1.2.14
Prefix Reserved
dotnet add package redb.MSSql.Pro --version 1.2.14
NuGet\Install-Package redb.MSSql.Pro -Version 1.2.14
<PackageReference Include="redb.MSSql.Pro" Version="1.2.14" />
<PackageVersion Include="redb.MSSql.Pro" Version="1.2.14" />
<PackageReference Include="redb.MSSql.Pro" />
paket add redb.MSSql.Pro --version 1.2.14
#r "nuget: redb.MSSql.Pro, 1.2.14"
#:package redb.MSSql.Pro@1.2.14
#addin nuget:?package=redb.MSSql.Pro&version=1.2.14
#tool nuget:?package=redb.MSSql.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.Caching.Memory (>= 9.0.8)
- redb.Core (>= 1.2.14)
- redb.Core.Pro (>= 1.2.14)
- redb.MSSql (>= 1.2.14)
-
net8.0
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- redb.Core (>= 1.2.14)
- redb.Core.Pro (>= 1.2.14)
- redb.MSSql (>= 1.2.14)
-
net9.0
- Microsoft.Extensions.Caching.Memory (>= 9.0.8)
- redb.Core (>= 1.2.14)
- redb.Core.Pro (>= 1.2.14)
- redb.MSSql (>= 1.2.14)
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.2.14 | 80 | 2/13/2026 |