Ucommerce.Web.Infrastructure.db 10.5.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Ucommerce.Web.Infrastructure.db --version 10.5.1                
NuGet\Install-Package Ucommerce.Web.Infrastructure.db -Version 10.5.1                
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="Ucommerce.Web.Infrastructure.db" Version="10.5.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ucommerce.Web.Infrastructure.db --version 10.5.1                
#r "nuget: Ucommerce.Web.Infrastructure.db, 10.5.1"                
#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 Ucommerce.Web.Infrastructure.db as a Cake Addin
#addin nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.5.1

// Install Ucommerce.Web.Infrastructure.db as a Cake Tool
#tool nuget:?package=Ucommerce.Web.Infrastructure.db&version=10.5.1                

SQL Migrations

This project contains the sql migration scripts for Ucommerce.

Migrations are handled by DbUp

Files are named XXX - [descriptive name].sql where XXX is an ever growing number.

See DbUp Philosophy for best practices around creating and maintaining migrations.

TLDR;

Scripts should be:

  • Idempotent - Should be able to run again without it changing things on the second run
  • Don't change - Add new migration instead
  • Versioned - XXX in the name

Encoding

Files in this project should be saved with UTF-8 encoding without BOM for better Github support.

NOTE SQL Server Management Studio by default saves scripts with UTF-16 encoding which Github treats as binary and therefore does not display diffs for.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ucommerce.Web.Infrastructure.db:

Package Downloads
Ucommerce.Web.Infrastructure

This package contains the Ucommerce infrastructure logic. NOTE: Not meant to be a standalone package but installed in a project together with Ucommerce.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.6.0 207 8/30/2024
10.5.3 183 8/20/2024
10.5.2 236 8/5/2024
10.5.1 127 7/30/2024
10.5.0 173 7/8/2024
10.4.0 189 6/18/2024
10.3.0 204 6/7/2024
10.2.3 221 8/22/2024
10.2.2 190 8/20/2024
10.2.1 298 5/3/2024
10.2.0 220 4/25/2024
10.1.2 268 4/9/2024