Electron application which generate an SQL script (and allow you to apply it directly) for replacing a set of words (for other words) in multiple schemas / tables whithing a mysql database.
Used technologies:
- SQL
- MySQL
- Node.js
- Electron
- React
- ES6
Run:
npm install
Run:
npm start
Run:
npm run package
Yes, it really is that simple. If you want to specify platform / arch, use the --platform= and --arch= arguments.
Run:
npm run make
This will generate platform specific distributables (installers, distribution packages, etc.) for you. By default, you can only generate distributables for your current platform. If you want to specify platform / arch, use the --platform= and --arch= arguments, but please note that some distributables are not available to be built on anything but the platform that is targeted. For example, appx (Windows Store) distributables can only be built on Windows.
Run:
npm run publish
Use GitHub issues for requests.
Changes are tracked as GitHub releases.