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
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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