QT-Creator and database on Raspberry3
-
Hi,
having just a problem to handle databases using qt-crerator 4.2.0 Based on Qt 5.7.
I work on a small project which collects data from a WH1080 weatherstation on a raspberry3.
Thanks to ovrheat for his fantastic tool.
https://github.com/ovrheat/raspberry_rtl_wh1080
Up to now I get the data in a csv formatted file.
I would like to store this data every 15 minutes in any type of database using Qt-Creator and display the actual weather data on a LCD display.
Now the first question which you may ask:- why do I use a raspberry3?
Because I do not want to do it on bigger computer!
I do not need a big computer power for creating and running just a small program. - why do I use qt creator? It is a fantastic tool to crate GUIs
Is there any possibillity to install a plugin or something like this?
I already installed sqlite3 but I can this change!
Thanks a lot in advance. - why do I use a raspberry3?
-
Hi,
Qt Creator is "innocent", it's the Qt version that you use that is important. By default the SQLite plugin is built by default so you should have that one available.