Tagged Questions
1
vote
1answer
391 views
How to use SQLite db with QGIS plugin?
Hi I would like to use SQLite for storing some information in my plugin for QGIS.
I have a problem: if I put the db let say test.db among the resources as file, after compilied the resorce.qrc file, ...