redb.Templates
2.0.2
Prefix Reserved
dotnet new install redb.Templates::2.0.2
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.