matlab-write-database

Official

Safely write MATLAB data to SQL databases.

Authormatlab
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents slow, error-prone database export workflows by guiding you to write MATLAB tables and execute database operations reliably.

Core Features & Use Cases

  • Bulk and structured exports: Inserts MATLAB table data into relational database tables using sqlwrite, including schema creation when appropriate.
  • Safe updates and deletes: Updates existing rows with sqlupdate (R2023a+) and supports data modification patterns without resorting to brittle raw SQL strings.
  • Transactional and parameterized operations: Executes DDL/DML and stored procedures with execute or runstoredprocedure, and uses JDBC prepared statements (databasePreparedStatement + bindParamValues) with commit/rollback safety rules.

Quick Start

Ask the agent to connect to your database, insert a MATLAB table into a target table using sqlwrite, and wrap multi-statement writes in a transaction with commit/rollback.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: matlab-write-database
Download link: https://github.com/matlab/matlab-agentic-toolkit/archive/main.zip#matlab-write-database

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.