Database package: Difference between revisions

From Octave
Jump to navigation Jump to search
m (change url from github to gitlab)
(fixing a typo)
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

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