Using SQLite databases via objects
Version 1.1.0.0 (4.58 KB) by
Andreas Martin
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
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 LinuxCategories
Find more on Database Toolbox in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
