image thumbnail

Using SQLite databases via objects

version 1.1.0.0 (4.58 KB) by Andreas Martin
Easy access to sqlite3 databases from MATLAB code

195 Downloads

Updated29 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 (2022).Using SQLite databases via objects(//www.tianjin-qmedu.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

Community Treasure Hunt

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

Start Hunting!

@sql_object/