Skip to content

How to use a SQLite database in a Qt Quick / QML application.

License

Notifications You must be signed in to change notification settings

tanius/qml-sql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QML SQL Example

This is a simple Qt Quick application (written in QML and C++) that shows how to use a SQLite3 database in your Qt application. It uses the classes from the Qt SQL module, which is part of the standard Qt library.

If you are looking for an equivalent example using QWidgets rather than QML, use QtSqlExample. It provides exactly the same functionality as this example, just with an interface using QWidgets.

History and Credits

This project is based on vivaladav's application QtSqlExample, which he also explains in detail in his blog post How to embed a database in your application with SQLite and Qt.

About

How to use a SQLite database in a Qt Quick / QML application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published