This is the Linux app named migrate whose latest release can be downloaded as migrate.linux-386.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named migrate with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
migrate
DESCRIPTION
Database migrations are written in Go. Use as CLI or import as a library. Migrate reads migrations from sources and applies them in correct order to a database. Drivers are "dumb", migrate glues everything together and makes sure the logic is bulletproof. (Keeps the drivers lightweight, too.) Database drivers don't assume things or try to correct user input. When in doubt, fail. Package migrate reads migrations from sources and runs them against databases. Sources are defined by the `source.Driver` and databases by the `database.Driver` interface. The driver interfaces are kept "dump", all migration logic is kept in this package.
Features
- Database connection strings are specified via URLs
- Any reserved URL characters need to be escaped
- Source drivers read migrations from local or remote sources
- Simple wrapper around this library
- Handles ctrl+c (SIGINT) gracefully
- No config search paths, no config files, no magic ENV var injections
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/migrate.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.