Webion.Db.Migrations.Abstractions
1.0.2
dotnet add package Webion.Db.Migrations.Abstractions --version 1.0.2
NuGet\Install-Package Webion.Db.Migrations.Abstractions -Version 1.0.2
<PackageReference Include="Webion.Db.Migrations.Abstractions" Version="1.0.2" />
<PackageVersion Include="Webion.Db.Migrations.Abstractions" Version="1.0.2" />
<PackageReference Include="Webion.Db.Migrations.Abstractions" />
paket add Webion.Db.Migrations.Abstractions --version 1.0.2
#r "nuget: Webion.Db.Migrations.Abstractions, 1.0.2"
#:package Webion.Db.Migrations.Abstractions@1.0.2
#addin nuget:?package=Webion.Db.Migrations.Abstractions&version=1.0.2
#tool nuget:?package=Webion.Db.Migrations.Abstractions&version=1.0.2
Webion.Db.Migrations.Abstractions
Core abstractions and interfaces for the Webion database migration framework. This library defines the fundamental contracts and interfaces that enable a pluggable, provider-agnostic approach to database migrations.
Key Interfaces
IMigration
- Defines the contract for individual migration implementationsIMigrationStore
- Provides abstraction for tracking and retrieving applied migrations with methods likeGetAppliedMigrationsAsync()
Purpose
This abstractions layer allows for:
- Provider-agnostic migration definitions
- Consistent migration tracking across different database systems
- Extensible architecture for custom migration implementations
- Clean separation between migration logic and storage mechanisms
Framework Support
- Targets .NET Standard 2.1 for maximum compatibility
- Designed for async/await patterns with
CancellationToken
support
This package serves as the foundation for concrete implementations like and the main framework. Webion.Db.Migrations.Typesense``Webion.Db.Migrations
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Webion.Db.Migrations.Abstractions:
Package | Downloads |
---|---|
Webion.Db.Migrations
A .NET database migration framework that provides a structured approach to managing database schema changes and data migrations. This project is part of the Webion.Extensions ecosystem and works alongside the abstractions layer and specialized implementations (such as Typesense support). |
|
Webion.Db.Migrations.Typesense
Typesense-specific implementation of the Webion database migration framework. This library provides concrete implementations for managing schema migrations and data changes in Typesense search engine deployments. |
GitHub repositories
This package is not used by any popular GitHub repositories.