Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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: 2024-12-14T20:45:04.627Z (about 2 months 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: 3
- 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
![migrondi init](images/migrate-init.gif)- 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
![migrondi new](images/migrate-new.gif)
### Up
![migrondi up](images/migrate-up.gif)
### Down
![migrondi down](images/migrate-down.gif)
## Known Issues
The output is designed with a CLI tool in mind, this will be adjusted in both migrondi-vscode and migrondi itself