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
To install the module in Rocketbot Studio, it can be done in two ways:
- 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.
- 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.
-
Connect
Configure MySQL connection to server, can use identifier for change between others connections -
Query MySQL
Create MySQL query (Select, insert, delete, etc) -
Executes Multiple Updates
Executes multiple updates at once -
Import data
Import data to a MySQL database -
Get last row inserted
Gets the last row inserted -
Close connection
Close oracle connection for session
- windows
- mac
- linux
- docker