Qt 6.11 is out! See what's new in the release
blog
database connectivity from another system.
-
Hi,
In addition to what @jronald suggested (which is a REST web service setup), SQLite is a file based database so you don't connect to it remotely like you could with a networked database system (e.g. PostgreSQL, MySQL, etc.).
What is your exact setup ?