Database package: Difference between revisions
Jump to navigation
Jump to search
(add MySQL/MariaDB) |
(restructure database page) |
||
Line 1: | Line 1: | ||
== Octave Forge == | |||
Official GNU/Octave Forge Database package supports ony '''Postgres''' | |||
* https://octave.sourceforge.io/database/index.html | |||
== 3rd Party == | |||
On github are several open source projects which supports different open source database solutions for GNU/Octave. | |||
* '''sqlite''' | |||
** [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 | |||
* '''redis''' | |||
** [https://github.com/markuman/go-redis go-redis] - mex file extension for GNU/Octave to access Redis | |||
* '''MariaDB''' / MySQL | |||
** [https://github.com/markuman/mex-mariadb mex-mariadb] - mex file extension for GNU/Octave to access MariaDB | |||
* [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/markuman/go-redis | |||
* https://github.com/markuman/mex-mariadb |
Revision as of 16:29, 28 March 2018
Octave Forge
Official GNU/Octave Forge Database package supports ony Postgres
3rd Party
On github 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