redb.Templates
3.7.3
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install redb.Templates@3.7.3
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
- Search —
SearchAsyncby name - Pro (optional) — LINQ queries, aggregation
Edit the connection string in Program.cs and run:
cd MyApp
dotnet run
Links
- Documentation (EN): redbase.app
- Documentation (RU): redb.ru
- API Reference: redbase-app.github.io/redb
- Quick Start: redbase.app/quick-start
- GitHub: github.com/redbase-app/redb
- NuGet: nuget.org/packages/redb.Templates
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 |
|---|---|---|
| 4.1.1 | 0 | 9/24/2026 |
| 4.1.0 | 77 | 9/21/2026 |
| 4.0.1 | 85 | 9/18/2026 |
| 4.0.0 | 101 | 9/11/2026 |
| 3.7.3 | 113 | 9/2/2026 |
| 3.7.2 | 126 | 8/26/2026 |
| 3.7.1 | 129 | 8/26/2026 |
| 3.6.0 | 144 | 8/13/2026 |
| 3.5.0 | 159 | 8/6/2026 |
| 3.4.0 | 178 | 7/27/2026 |
| 3.3.3 | 178 | 7/16/2026 |
| 3.3.0 | 196 | 7/8/2026 |
| 3.2.0 | 235 | 6/29/2026 |
| 3.0.0 | 259 | 5/29/2026 |
| 2.0.2 | 260 | 5/16/2026 |
| 2.0.1 | 277 | 5/8/2026 |
Loading failed