Using SQLite databases via objects

版本 1.1.0.0 (4.6 KB) 作者: Andreas Martin
Easy access to sqlite3 databases from MATLAB code
228.0 次下载
更新时间 2016/8/29

查看许可证

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

引用格式

Andreas Martin (2024). Using SQLite databases via objects (https://www.mathworks.com/matlabcentral/fileexchange/58433-using-sqlite-databases-via-objects), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Database Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

@sql_object/

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