[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [External] Re: US Department of Veterans Affairs use of GNU Octave
From: |
Andreas Weber |
Subject: |
Re: [External] Re: US Department of Veterans Affairs use of GNU Octave |
Date: |
Fri, 5 Jul 2019 19:53:07 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
Am 05.07.19 um 18:00 schrieb Brefo, James [USA]:
> With that being said, I was unable to find whether or not this software saves
> data/uses a database and if so, which one does it use if you know.
GNU Octave (without forge packages which can be thought as plugins or
extension packages) is able to read write various file formats which
could be considered as some kind of simple "database"
There is also a package to access PostgreSQL databases:
https://octave.sourceforge.io/database/index.html
And I think I've seen some wrappers for MySQL/MariaDB as well.
-- Andy