[Request] SQLite Database app frontend
[Edit Nov. 16th] I've realized there is a sqlite3 client for the command line. Any hint or example how to use it (or libsqlite3) within a Qt program?
This wish is similar to the just posted question about a native Spreadsheet app (see https://together.jolla.com/question/59380/native-app-spreadsheet/): a native app offering a frontend interface to the installed SQLite database would be a great thing. Of course, it should not run as root, or you could mess with many important system DBs. But having a way to store data in a modern way and be able to query with some SQL based filters would be great. The output would have to be in some table format, hence the relation to the mentioned question about a spreadsheet (reusable widget).