Database package: Difference between revisions

From Octave
Jump to navigation Jump to search
(restructure database page)
(fixing a typo)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Octave Forge ==  
== Octave Forge ==  


Official GNU/Octave Forge Database package supports ony '''Postgres'''
Official GNU/Octave Forge Database package supports only '''Postgres'''


* https://octave.sourceforge.io/database/index.html
* https://octave.sourceforge.io/database/index.html
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 16:40, 1 June 2019

Octave Forge

Official GNU/Octave Forge Database package supports only 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