NSchema 5.5.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global NSchema --version 5.5.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local NSchema --version 5.5.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NSchema&version=5.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package NSchema --version 5.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NSchema
NSchema is a declarative database schema migration tool. Write the schema you want in plain SQL, point NSchema at your database, and it will compute and apply the migration to get there.
It borrows the same plan, apply pattern from Terraform, and includes a lot of similar features like backend state, database providers, and saved plan files.
Full documentation and provider support is available at nschema.dev.
Installation
dotnet tool install --global nschema
This installs the nschema command.
Quickstart
nschema new # scaffold a project (config + sample schema)
nschema init # restore the pinned database/state plugins
nschema plan # preview the migration
nschema apply # apply it
Documentation
Full documentation lives at nschema.dev:
- Quickstart — from empty directory to applied schema
- CLI reference — every command, flag, and exit code
- DDL language — how to declare schemas
- Configuration — databases, state, and environment variables
License
See LICENSE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.13.0 | 178 | 8/27/2026 |
| 5.12.0 | 160 | 8/17/2026 |
| 5.11.5 | 140 | 8/13/2026 |
| 5.11.4 | 119 | 8/12/2026 |
| 5.11.3 | 113 | 8/11/2026 |
| 5.11.2 | 111 | 8/11/2026 |
| 5.11.1 | 107 | 8/11/2026 |
| 5.11.0 | 110 | 8/11/2026 |
| 5.10.0 | 103 | 8/9/2026 |
| 5.9.0 | 113 | 8/9/2026 |
| 5.8.0 | 113 | 8/8/2026 |
| 5.7.1 | 164 | 8/7/2026 |
| 5.7.0 | 114 | 8/7/2026 |
| 5.6.1 | 100 | 8/7/2026 |
| 5.6.0 | 125 | 8/7/2026 |
| 5.5.0 | 120 | 8/5/2026 |
| 5.4.0 | 121 | 8/4/2026 |
| 5.3.0 | 109 | 8/3/2026 |
| 5.2.0 | 111 | 8/3/2026 |
| 5.1.0 | 130 | 8/2/2026 |
Loading failed
