Database package: Difference between revisions

From Octave
Jump to navigation Jump to search
(restructure database page)
m (change url from github to gitlab)
Line 7: Line 7:
== 3rd Party ==
== 3rd Party ==


On github are several open source projects which supports different open source database solutions for GNU/Octave.
On github/gitlab are several open source projects which supports different open source database solutions for GNU/Octave.


* '''sqlite'''
* '''sqlite'''
Line 13: Line 13:
** [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
* '''redis'''
* '''redis'''
** [https://github.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
* '''MariaDB''' / MySQL
* '''MariaDB''' / MySQL
** [https://github.com/markuman/mex-mariadb mex-mariadb] - mex file extension for GNU/Octave to access MariaDB
** [https://gitlab.com/markuman/mex-mariadb mex-mariadb] - mex file extension for GNU/Octave to access MariaDB

Revision as of 20:25, 4 June 2018

Octave Forge

Official GNU/Octave Forge Database package supports ony Postgres

3rd Party

On github/gitlab are several open source projects which supports different open source database solutions for GNU/Octave.

  • sqlite
    • mex-sqlite3 – An extension for MATLAB® or GNU/octave to access sqlite3 databases
    • octave-sqlite - sqlite3 wrapper as an .oct file for GNU/Octave
  • redis
    • go-redis - mex file extension for GNU/Octave to access Redis
  • MariaDB / MySQL
    • mex-mariadb - mex file extension for GNU/Octave to access MariaDB