Skip to content

rocketbot-cl/mysql

Repository files navigation

MySQL

Module to work with MySQL database. Use only if the native version of the command does not work

Read this in other languages: English, Português, Español

How to install this module

To install the module in Rocketbot Studio, it can be done in two ways:

  1. Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
  2. Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.

Overview

  1. Connect
    Configure MySQL connection to server, can use identifier for change between others connections

  2. Query MySQL
    Create MySQL query (Select, insert, delete, etc)

  3. Executes Multiple Updates
    Executes multiple updates at once

  4. Import data
    Import data to a MySQL database

  5. Get last row inserted
    Gets the last row inserted

  6. Close connection
    Close oracle connection for session


OS

  • windows
  • mac
  • linux
  • docker

Dependencies

License

MIT
MIT