mksqlite  2.5
A MATLAB interface to SQLite
References and recommendations

References

mksqlite uses following modules:

  1. DEELX perl compatible regex engine Version 1.3 (Sswat.nosp@m.er@g.nosp@m.mail..nosp@m.com)
    There is also a very good tracing tool for evaluation regular expressions.
    [http://www.regexlab.com/]
  2. BLOSC/LZ4 1.3.0-rc3.dev for data compression (Francesc Alted / Yann Collett)
    [http://www.blosc.org/]
  3. MD5 Message-Digest Algorithm (RFC 1321) implementation by Alexander Peslyak
    [http://waterjuice.org/c-source-code-for-md5/]

Recommendations

To me, mksqlite is an essential tool in my work meanwhile. It has been shown, that there is a great tool that is also very important for me, when dealing with databases. It is the "DB Browser for SQLite" that is also available at sourceforge: [https://sourceforge.net/projects/sqlitebrowser/]

Here is a good article how to improve SQL databases: [http://stackoverflow.com/questions/1711631/improve-insert-per-second-performance-of-sqlite]