nuvolos

版本 1.4 (14.9 KB) 作者: Alexandru Popescu
The library provides convenience Matlab functions for connecting to the remote database with your credentials.
26.0 次下载
更新时间 2022/9/30

查看许可证

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.

引用格式

Alexandru Popescu (2024). nuvolos (https://www.mathworks.com/matlabcentral/fileexchange/82903-nuvolos), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
与 R2019b 及更高版本兼容
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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