Database package: Difference between revisions

Jump to navigation Jump to search
351 bytes added ,  23 April 2020
no edit summary
(fixing a typo)
No edit summary
Line 16: Line 16:
* '''MariaDB''' / MySQL
* '''MariaDB''' / MySQL
** [https://gitlab.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
==Installation==
Requires octave struct. In ubuntu/debian based systems this is handled with
apt install octave-struct
Next octave command line:
>> pkg install -forge database
Packages are compiled. Monitor process with top.
==Usage==
Load it before any usage:
>> pkg load database
===Connecting to a Database===
[[Category:Octave Forge]]
14

edits

Navigation menu