nuvolos

The library provides convenience Matlab functions for connecting to the remote database with your credentials.

https://nuvolos.cloud

You are now following this Submission

The library provides convenience Matlab functions for connecting to the remote database with your credentials.
When you are running Matlab from a non-Nuvolos application (e.g. your own computer), you have to provide the database and schema of the dataset you want to connect to. This information can be found in the Connection guide in the Nuvolos UI.
Example:
con = get_connection("database_name", "schema_name");
dataset = execute_query(con, "SQL_command");
At the first time of connection, it will display a dialog to input your credentials which you can also find from the database connection guide. If you need to change your credential, please use the function "create_token(true)"
If you struggle establishing a connection to your database, please reach out to support@nuvolos.cloud for assistance.

Cite As

Alexandru Popescu (2026). nuvolos (https://www.mathworks.com/matlabcentral/fileexchange/82903-nuvolos), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with R2019b and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.4

Fixed the JDBC driver download link.

1.3

Packaging fix

1.2

JDBC driver version update.

1.1

Keep the old convention to input the credential directly in the connection. But not recommend.

1.0