nuvolos

The library provides convenience Matlab functions for connecting to the remote database with your credentials.
26 Downloads
Updated 30 Sep 2022

View License

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 (2024). nuvolos (https://www.mathworks.com/matlabcentral/fileexchange/82903-nuvolos), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with R2019b and later releases
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
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