redb.Templates 1.2.14

Prefix Reserved
dotnet new install redb.Templates::1.2.14
                    
This package contains a .NET Template Package you can call from the shell/command line.

RedBase Project Templates

Create a new RedBase application in seconds:

dotnet new install redb.Templates
dotnet new redb -n MyApp

Parameters

Parameter Values Default Description
--db postgres, mssql postgres Database provider
--pro true, false false Include Pro features (LINQ, analytics, change tracking)

Examples

# PostgreSQL + Free
dotnet new redb -n MyApp

# SQL Server + Free  
dotnet new redb -n MyApp --db mssql

# PostgreSQL + Pro
dotnet new redb -n MyApp --pro true

# SQL Server + Pro
dotnet new redb -n MyApp --db mssql --pro true

What you get

A ready-to-run console app with:

  • CRUD — create, load, update, delete
  • Tree hierarchy — parent-child with cascade delete
  • SearchSearchAsync by name
  • Pro (optional) — LINQ queries, aggregation

Edit the connection string in Program.cs and run:

cd MyApp
dotnet run

This package has no dependencies.

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 75 2/14/2026