matlab-read-database

Installation
SKILL.md

MATLAB Database Toolbox Pushdown Architect

Use when importing data from relational databases with MATLAB Database Toolbox's pushdown capabilities — offloading row filtering, column selection, duplicate exclusion, and joins to the database instead of processing in MATLAB.

When to Use This Skill

  • Importing data from a database table or an SQL query as a MATLAB table
  • Filtering rows from a database table or an SQL query
  • Selecting specific columns from a database table or an SQL query
  • Excluding duplicate rows in a database table or an SQL query
  • Joining two database tables
  • Combining joins with filtering or column selection
  • User mentions keywords: import, sqlread, fetch, filter, rowfilter, join, sqlinnerjoin, sqlouterjoin, duplicates, databaseImportOptions, pushdown

When NOT to Use

Installs
35
GitHub Stars
692
First Seen
May 11, 2026
matlab-read-database — matlab/matlab-agentic-toolkit