I want to use SQLite databases with Qt. I don’t have much experience with SQLite and I’ve encountered this problem.
According to a tutorial, the following command creates a .db file:
>sqlite3 test.db
My question is where does this file get stored on the system because I need to link it with my Qt application.
OS: Ubuntu 12.04
It gets created in the folder you invoked the command.