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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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