Using SQLite databases via objects

Easy access to sqlite3 databases from MATLAB code

現在この提出コンテンツをフォロー中です。

A class wrapper to intuitively access databases as objects:
db = sql_object( filename );
db.exec( 'SELECT...' );
clear db

引用

Andreas Martin (2026). Using SQLite databases via objects (https://jp.mathworks.com/matlabcentral/fileexchange/58433-using-sqlite-databases-via-objects), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

Added new method ConditionList()
Added more description
Bugfix in method attach

1.0.0.0

Bugfix: Method field_list(...) missed 'obj' argument