Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MigrondiNew to Visual Studio Code? Get it now.
Migrondi

Migrondi

Angel D. Munoz

|
79 installs
| (0) | Free
Take Migrondi's SQL migration capabilities at dev
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Migrondi on VSCode

For the full migrondi overview check https://github.com/AngelMunoz/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 Linux-x64, Linux-arm64, Windows-x64, and MacOS-x64 (intel based)

Features

Use the full suite of Migrondi commands

Init

migrondi init

  • connection

    This is a IDbConnection compatible connection string (you can find examples in the follwing links)

    • SqlServer
    • SQLite
    • MySQL
    • PostgreSQL
  • migrationsDir

    this is an absolute or relative path to where the migrations will be stored.

  • driver

    any of the following "mssql" "sqlite" "mysql" "postgres"

New

migrondi new

Up

migrondi up

Down

migrondi down

Known Issues

The output is designed with a CLI tool in mind, this will be adjusted in both migrondi-vscode and migrondi itself

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft