I'm profiling some APIs to see which one is suitable for this project.
I want my Qt app to connect to a database over an internet connection. Can Qt do this with the client application alone or do I need to write a server app to sit on the database server and transact the queries?