Did you ever want to store your MATLAB(R) data in a SQL database?
Nothing large, simply a few array or strutures in a few tables.
Maybe a few indicies and everything manageable with SQL commands?
Then msqlite will be the right choice for you!
mksqlite connects the power of MATLAB(R) with the efficiency of the SQLite database engine.
(See also https://github.com/AndreasMartin72/mksqlite)
Features
- Easy usage/interface
- Managing just a few up to megabytes of MATLAB(R) datasets, gaining the power of SQL
- Benefits from SQLite features: self-contained, serverless, zero-configuration, one-file database
- Managing BLOB data type (also to store complex MATLAB(R) data types)
Categories
Front-EndsLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow mksqlite
Other Useful Business Software
Outgrown Windows Task Scheduler?
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Rate This Project
Login To Rate This Project
User Reviews
-
Works great with Matlab R2012a, I simply copied the files into the path and ran one of the files (provided) and it works like a charm out of the box. The features given seem complete enough for my purposes, I have not tested complicated SQL statements but I suspect any issues would be limitations in SQLite and not mksqlite