matlab-map-database-objects

Installation
SKILL.md

MATLAB Object Relational Mapper

Use when mapping MATLAB classes to relational database tables using the Object Relational Mapping (ORM) layer in Database Toolbox. Defines Mappable classes with property-to-column mappings and uses ormread, ormwrite, and ormupdate for CRUD operations on objects. Available since R2023b.

When to Use This Skill

  • Mapping MATLAB classes to database tables
  • Reading database rows as MATLAB objects
  • Writing MATLAB objects to database tables
  • Updating database rows from modified objects
  • Generating SQL CREATE TABLE from a class definition
  • Object-oriented database workflows
  • User mentions keywords: ORM, object relational mapping, Mappable, ormread, ormwrite, ormupdate, orm2sql, class mapping, property mapping, object database

When NOT to Use

Related skills
Installs
4
GitHub Stars
419
First Seen
4 days ago