PlotJuggler icon indicating copy to clipboard operation
PlotJuggler copied to clipboard

SQL data load/stream. Working plug-in

Open MoreTore opened this issue 3 years ago • 2 comments

I am working on SQL plug-ins for Plotjuggler. Look at my repo branches. https://github.com/MoreTore/PlotJuggler

Take a look at SQLServer class and SQLDataLoader. This is a good starting point for my specific use case but it has bugs. Let me know if you are interested in building off it and I can send a test database.

Currently working on improving stability and live streaming from multiple tables. Also the windows installer doesn't include the SQL DLLs so I need to add that manually after installation.

MoreTore avatar Mar 28 '23 12:03 MoreTore

Great, I am looking forward for the mature version of the library!!

facontidavide avatar Mar 28 '23 13:03 facontidavide

Great, I am looking forward for the mature version of the library!!

Would you be able to tell me how I can make the installer include the QtSql DLLs? I'm not sure how the qt installer creator works.

I need the Qt5Sql.dll, and sqldrivers/*.dll folder in the installed plotjuggler directory

MoreTore avatar Mar 29 '23 03:03 MoreTore