We have hosted the application migrate in order to run this application in our online workstations with Wine or directly.
Quick description about migrate:
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:
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.