Qt and Sqlite examples

56,352

The Qt 5 SQL examples use SQLite as this does not require a database server. You should be able to go from the supplied examples to your own sample code pretty quickly.

Share:
56,352
Saulius Žemaitaitis
Author by

Saulius Žemaitaitis

Aspiring software carpenter.

Updated on November 24, 2020

Comments

  • Saulius Žemaitaitis
    Saulius Žemaitaitis over 3 years

    I am looking for some example code using Qt and it's SQL module with Sqlite driver. Main reason I need examples for is that I've prior experience with Qt's database interface and Sqlite has some weird behavior with field types (types are stored per-field, not per-column).