DatabaseFramework.Domain
0.1.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DatabaseFramework.Domain --version 0.1.5
NuGet\Install-Package DatabaseFramework.Domain -Version 0.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DatabaseFramework.Domain" Version="0.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DatabaseFramework.Domain --version 0.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DatabaseFramework.Domain, 0.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DatabaseFramework.Domain as a Cake Addin #addin nuget:?package=DatabaseFramework.Domain&version=0.1.5 // Install DatabaseFramework.Domain as a Cake Tool #tool nuget:?package=DatabaseFramework.Domain&version=0.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This project is a model for database objects like tables, views and stored procedures.
It can be used to generate DDL from a model.
For example:
new TableBuilder()
.WithName("MyTable")
.AddFields(new TableFieldBuilder().WithName("MyField").WithType(SqlFieldType.VarChar).WithStringLength(32))
.Build()
You can then use the templates or code generation providers to convert this into DDL files. (either one file per object, or one file with all objects)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- pauldeen79.CrossCutting.Common (>= 3.10.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DatabaseFramework.Domain:
Package | Downloads |
---|---|
DatabaseFramework.TemplateFramework
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.13 | 89 | 2/15/2025 |
0.1.12 | 107 | 12/27/2024 |
0.1.11 | 118 | 11/17/2024 |
0.1.10 | 105 | 10/30/2024 |
0.1.9 | 177 | 10/18/2024 |
0.1.8 | 169 | 9/21/2024 |
0.1.7 | 120 | 9/11/2024 |
0.1.6 | 184 | 7/7/2024 |
0.1.5 | 138 | 7/2/2024 |
0.1.4 | 116 | 5/18/2024 |
0.1.3 | 123 | 5/17/2024 |
0.1.2 | 107 | 5/9/2024 |
0.1.1 | 90 | 5/3/2024 |
0.1.0 | 148 | 4/6/2024 |