Hi,

I'd like to be able to manipulate SQL databases created with openDatabaseSync in a C++ component.
The goal is to use a database filled in a C++ component as a model for QML views

Would passing the db connection created in javascript to a QObject as a property work?