MigrondiUI 1.3.0-beta-001
dotnet add package MigrondiUI --version 1.3.0-beta-001
NuGet\Install-Package MigrondiUI -Version 1.3.0-beta-001
<PackageReference Include="MigrondiUI" Version="1.3.0-beta-001" />
<PackageVersion Include="MigrondiUI" Version="1.3.0-beta-001" />
<PackageReference Include="MigrondiUI" />
paket add MigrondiUI --version 1.3.0-beta-001
#r "nuget: MigrondiUI, 1.3.0-beta-001"
#:package MigrondiUI@1.3.0-beta-001
#addin nuget:?package=MigrondiUI&version=1.3.0-beta-001&prerelease
#tool nuget:?package=MigrondiUI&version=1.3.0-beta-001&prerelease
Migrondi
Migrondi is a SQL Migrations tool designed to be simple and execute simple migrations. Write SQL and execute SQL against your database.
Migrondi Runs on the major three platforms on both x64 and arm64.
Install
For .NET users
Grab it as a dotnet tool
dotnet tool install Migrondi
For Non .NET users
Grab the binary from the releases page or build from source and put it on your PATH, that way the command is available globally e.g.
Alternatively, you can use the following one-liners to install the latest version:
Linux/OSX
curl -fsSL https://raw.githubusercontent.com/AngelMunoz/Migrondi/vnext/migrondi_install.sh | bash
This will download and execute the migrondi_install.sh script. It will install migrondi to $HOME/.local/share/Migrondi by default and attempt to add it to your shell's PATH.
If you prefer manual installation:
# you can put this at the end of your ~/.bashrc or ~/.zshrc
# $HOME/Apps/migrondi is a directory where you have downloaded your "Migrondi" binary
export MIGRONDI_HOME="$HOME/Apps/migrondi"
export PATH="$PATH:$MIGRONDI_HOME"
Windows users
Open PowerShell and run:
iwr https://raw.githubusercontent.com/AngelMunoz/Migrondi/vnext/migrondi_install.ps1 -UseBasicParsing | iex
This will download and execute the migrondi_install.ps1 script. It will install migrondi to $env:LOCALAPPDATA\\Migrondi by default and attempt to add it to your user PATH.
If you prefer manual installation:
# you can put this at the end of your $profile file
$env:MIGRONDI_HOME="$HOME/Apps/migrondi"
$env:PATH += ";$env:MIGRONDI_HOME"
or add it via the System Properties
- Open the Start Search, type in "SystemPropertiesAdvanced.exe",
- Click the “Environment Variables…” button.
- Edit the PATH env variable and add the location of the migrondi executable.
- You might need to restart your machine for the changes to take effect.
Quick Usage Reference
Description:
A dead simple SQL migrations runner, apply or rollback migrations at your ease
Usage:
Migrondi [command] [options]
Options:
--version Show version information
-?, -h, --help Show help and usage information
Commands:
init, setup <path> Creates a migrondi.json file where the comand is invoked or the path provided []
create, new <name> This will create a new SQL migration file in the configured directory for migrations
apply, up <amount> Runs migrations against the configured database []
down, rollback <amount> Runs migrations against the configured database []
list, show Reads migrations files and the database to show what is the current state of the migrations
show-state, status <name> Checks whether the migration file has been applied or not to the database
Build
Use the build.fsx (dotnet fsi build.fsx) script or clone and run
dotnet publish -c Release -r <RID> --self-contained true -p:PublishSingleFile=true -o dist
replace RID and the angle brackets with any of the following
this should give you a binary file in the dist directory, after that put it wherever you want and add it to your path and you can start using it
| 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 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. |
-
net10.0
- Avalonia (>= 11.3.1)
- Avalonia.AvaloniaEdit (>= 11.3.0)
- Avalonia.Controls.ItemsRepeater (>= 11.1.5)
- Avalonia.Desktop (>= 11.3.0)
- Avalonia.Diagnostics (>= 11.3.1)
- Avalonia.Fonts.Inter (>= 11.3.1)
- Avalonia.Themes.Fluent (>= 11.3.0)
- AvaloniaEdit.TextMate (>= 11.3.0)
- CLIWrap (>= 3.9.0)
- Donald (>= 10.1.0)
- FSharp.Core (>= 10.1.301)
- FSharp.UMX (>= 1.1.0)
- FsToolkit.ErrorHandling (>= 5.1.0)
- IcedTasks (>= 0.11.9)
- JDeck (>= 1.1.0)
- Migrondi.Core (>= 1.3.0-beta-001)
- ModelContextProtocol (>= 1.4.0)
- Navs.Avalonia (>= 1.0.0-rc-008)
- NXUI (>= 11.3.0)
- NXUI.Desktop (>= 11.3.0)
- NXUI.FSharp (>= 11.3.0)
- Serilog (>= 4.3.0)
- Serilog.Extensions.Logging (>= 10.0.0)
- Serilog.Sinks.Console (>= 6.1.1)
- SukiUI (>= 6.0.2)
- TextMateSharp.Grammars (>= 1.0.69)
-
net9.0
- Avalonia (>= 11.3.1)
- Avalonia.AvaloniaEdit (>= 11.3.0)
- Avalonia.Controls.ItemsRepeater (>= 11.1.5)
- Avalonia.Desktop (>= 11.3.0)
- Avalonia.Diagnostics (>= 11.3.1)
- Avalonia.Fonts.Inter (>= 11.3.1)
- Avalonia.Themes.Fluent (>= 11.3.0)
- AvaloniaEdit.TextMate (>= 11.3.0)
- CLIWrap (>= 3.9.0)
- Donald (>= 10.1.0)
- FSharp.Core (>= 10.1.301)
- FSharp.UMX (>= 1.1.0)
- FsToolkit.ErrorHandling (>= 5.1.0)
- IcedTasks (>= 0.11.9)
- JDeck (>= 1.1.0)
- Migrondi.Core (>= 1.3.0-beta-001)
- ModelContextProtocol (>= 1.4.0)
- Navs.Avalonia (>= 1.0.0-rc-008)
- NXUI (>= 11.3.0)
- NXUI.Desktop (>= 11.3.0)
- NXUI.FSharp (>= 11.3.0)
- Serilog (>= 4.3.0)
- Serilog.Extensions.Logging (>= 10.0.0)
- Serilog.Sinks.Console (>= 6.1.1)
- SukiUI (>= 6.0.2)
- TextMateSharp.Grammars (>= 1.0.69)
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 |
|---|---|---|
| 1.3.0-beta-001 | 0 | 6/27/2026 |
### Added
- MigrondiUI: Desktop GUI application for managing multiple Migrondi projects
- MigrondiUI: Virtual project support - create projects without physical files
- MigrondiUI: Local project import and visualization
- MigrondiUI: Migration execution from GUI
- MigrondiUI: MCP (Model Context Protocol) server mode for AI assistant integration
- MigrondiUI: MCP tools now return typed domain results (`Result<'T, 'E>`) instead of raw `CallToolResult`
- MigrationName module with validation for migration names
- ResultExtensions for C# interop with F# Result type
- `global.json` pinning SDK to 10.0.301
### Changed
- MigrondiUI references Migrondi.Core by project reference rather than NuGet
- Updated Microsoft.Extensions.Logging.Console from 9.0.6 to 10.0.3
- Target frameworks: Library (Migrondi.Core, Migrondi.Tests) targets net8.0 + net10.0 LTS; apps (Migrondi CLI, MigrondiUI) also target net9.0 until November 2026
- Upgraded ModelContextProtocol from 0.8.0-preview.1 to 1.4.0
- Aligned Serilog.Extensions.Logging to 10.0.0 and Serilog.Sinks.Console to 6.1.1 in MigrondiUI
- Simplified CI workflow to a single build+test job
- Removed dead `MigrondiExt.fs` — superseded by `MigrationOperationsFactory` in Services.fs
- **Project:** Updated FSharp.SystemCommandLine from 2.0.0-beta5.3 to the stable 2.1.0 release
### Fixed
- **Migrondi.Core:** Applying or rolling back migrations against SQL Server failed. The migrations history table is now created with an auto-incrementing id, without the `GO` statement (invalid over the data provider), and without a hard-coded `dbo` schema, so it respects the connection's default schema. The async "last applied" lookup also uses SQL Server's `TOP 1` rather than the unsupported `LIMIT 1`.
- **Migrondi:** Commands that don't touch the database (`new`, `init`, `--help`) crashed at startup whenever the configured database was unreachable or used a non-SQLite driver. Database setup now runs only for the commands that actually need it.
- MCP `StructuredContent` type compatibility with ModelContextProtocol 1.4.0 (`JsonNode` → `Nullable<JsonElement>`)
- CI workflow attempting to build Migrondi.Core for net9.0 (target no longer exists)