https://github.com/angelmunoz/migrondi-vscode
Migrondi running on VSCode!
https://github.com/angelmunoz/migrondi-vscode
dotnet extension fable fable3 fsharp migrations migrations-runner sql visual-studio-code vscode vscode-extension
Last synced: 18 days ago
JSON representation
Migrondi running on VSCode!
- Host: GitHub
- URL: https://github.com/angelmunoz/migrondi-vscode
- Owner: AngelMunoz
- Created: 2021-07-31T05:01:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T04:36:53.000Z (over 3 years ago)
- Last Synced: 2025-04-05T22:29:22.903Z (20 days ago)
- Topics: dotnet, extension, fable, fable3, fsharp, migrations, migrations-runner, sql, visual-studio-code, vscode, vscode-extension
- Language: F#
- Homepage: https://marketplace.visualstudio.com/items?itemName=tunaxor-apps.migrondi-vscode
- Size: 1.55 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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
- connection
This is a IDbConnection compatible connection string (you can find examples in the follwing links)
- [SqlServer](https://www.connectionstrings.com/sql-server/)
- [SQLite](https://www.connectionstrings.com/sqlite/)
- [MySQL](https://www.connectionstrings.com/mysql/)
- [PostgreSQL](https://www.connectionstrings.com/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

### Up

### Down

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