Comment by RedShift1
1 day ago
Unfortunately the only database it supports is SQLite, I really wanted to hook this up directly to a database or REST API. Going back and forth between exporting files and importing them into LabPlot is just too much work...
The manual says otherwise:
https://docs.labplot.org/en/import_export/import_export_sql....
https://doc.qt.io/archives/qt-5.15/sql-driver.html
Are you talking about something else?
I installed it and the only choice I got for selecting a database was SQLite
On linux, you are likely missing the db drivers for Qt for other database types.
SQLite is great and there are a few 3rd party REST API solutions available. What's the problem?
Are you serious? "Why don't you copy your data into a new database just to visualize it?"