http://blog.davidecoppola.com/2016/11/howto-embed-database-in-application-with-sqlite-and-qt/
Tags: #programming #Cpp #database
Tags: #programming #Cpp #database
Bits of Bytes
How to embed a database in your application with SQLite and Qt
A tutorial that will show you how to use SQLite and Qt SQL to have a relational database in your application. It covers creation, insertion and query.