PeopleWorks.SqlArchive.Core 0.1.1

dotnet add package PeopleWorks.SqlArchive.Core --version 0.1.1
                    
NuGet\Install-Package PeopleWorks.SqlArchive.Core -Version 0.1.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="PeopleWorks.SqlArchive.Core" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeopleWorks.SqlArchive.Core" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="PeopleWorks.SqlArchive.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PeopleWorks.SqlArchive.Core --version 0.1.1
                    
#r "nuget: PeopleWorks.SqlArchive.Core, 0.1.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.
#:package PeopleWorks.SqlArchive.Core@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PeopleWorks.SqlArchive.Core&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=PeopleWorks.SqlArchive.Core&version=0.1.1
                    
Install as a Cake Tool

PeopleWorks.SqlArchive.Core

Reads and writes the SqlArchive format: a manifest carrying a full schema snapshot and a per-table content hash, phased executable SQL, and one JSONL file per table.

It is the engine behind exporting a SQL Server database to a readable archive, restoring it into an existing database as a migration, and verifying that the two match — with a real diff rather than a row count, so it sees an UPDATE.

It composes two other packages rather than carrying engines of its own: PeopleWorks.SqlSchemaDiff.Core for schema and PeopleWorks.SyncJob.Core for data.

The archive's shape and its value-encoding table are adopted from dbdumper by JeePee (MIT), with thanks.

See the repository for the design and the format specification.

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

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
0.1.1 101 9/13/2026
0.1.0 121 9/11/2026