Database package: Difference between revisions

Jump to navigation Jump to search
208 bytes added ,  3 January 2023
 
(3 intermediate revisions by 2 users not shown)
Line 12: Line 12:
** [https://github.com/rmartinjak/mex-sqlite3 mex-sqlite3] – An extension for MATLAB® or GNU/octave to access sqlite3 databases
** [https://github.com/rmartinjak/mex-sqlite3 mex-sqlite3] – An extension for MATLAB® or GNU/octave to access sqlite3 databases
** [https://github.com/Andy1978/octave-sqlite octave-sqlite] - sqlite3 wrapper as an .oct file for GNU/Octave
** [https://github.com/Andy1978/octave-sqlite octave-sqlite] - sqlite3 wrapper as an .oct file for GNU/Octave
** [https://gnu-octave.github.io/octave-sqlite/ sqlite] - MATLAB® native sqlite compatible extension for GNU/octave.
* '''redis'''
* '''redis'''
** [https://gitlab.com/markuman/go-redis go-redis] - mex file extension for GNU/Octave to access Redis
** [https://gitlab.com/markuman/go-redis go-redis] - mex file extension for GNU/Octave to access Redis
Line 18: Line 19:


==Installation==
==Installation==
<small>This install guide covers the official (postgres) database package only.</small>
Requires octave struct, libpq-dev, and liboctave-dev. In ubuntu/debian based systems this is handled with
Requires octave struct, libpq-dev, and liboctave-dev. In ubuntu/debian based systems this is handled with
  apt install octave-struct libpq-dev liboctave-dev
  apt install octave-struct libpq-dev liboctave-dev
Anonymous user

Navigation menu