Remix.run Logo
RedShift1 4 days 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...

mouz 4 days ago | parent | next [-]

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?

RedShift1 4 days ago | parent [-]

I installed it and the only choice I got for selecting a database was SQLite

ognarb 4 days ago | parent [-]

On linux, you are likely missing the db drivers for Qt for other database types.

RedShift1 2 days ago | parent [-]

I'm running it on Windows

kidloco 4 days ago | parent | prev [-]

SQLite is great and there are a few 3rd party REST API solutions available. What's the problem?

esafak 4 days ago | parent [-]

Are you serious? "Why don't you copy your data into a new database just to visualize it?"