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
Pest Control Management Software
Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
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