Hi,
I’d like to use a local SQLite database for one of my Qt projects but I was unable to find any documentation about syntax or logic. Should I implement a class such as “DBManager”? How can I create/connect/interact with the database?
Thanks.
↧