Database package: Difference between revisions

m
change url from github to gitlab
(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
32

edits