Using SQLite databases via objects

Easy access to sqlite3 databases from MATLAB code
227 Downloads
Aktualisiert 29. Aug 2016

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

@sql_object/

Version Veröffentlicht Versionshinweise
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