You can get a basic command line tool to manipulate Sqlite databases from the Sqlite site:
http://sqlite.org
This tool can be very useful when you first start an Sqlite database project.
You can also create and manipulate databases within the code of your Qt application. As others have pointed out you only need to use a Qt library built with Sqlite support (e.g. any of the Qt Creator SDK downloads).
Bookmarks