QtConnectionPool
QtConnectionPool copied to clipboard
thread safety
The Qt documentation explicitly says that database connections should not be used on threads other than where they were created - https://doc.qt.io/qt-6/threads-modules.html#threads-and-the-sql-module
Did you find that it works despite this? Which database drivers did you test?