Using SQLite databases via objects

Easy access to sqlite3 databases from MATLAB code
250 Downloads
Updated 29 Aug 2016

View License

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

Cite As

Andreas Martin (2026). Using SQLite databases via objects (https://in.mathworks.com/matlabcentral/fileexchange/58433-using-sqlite-databases-via-objects), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux

@sql_object/

Version Published Release Notes
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