Qt 6.11 is out! See what's new in the release
blog
The method of connecting Qt to LibSQL?
-
Hi,
You need to write a Qt SQL plugin that uses and links to that library or rather its c driver (marked as experimental).
-
Can't write it? Is there a Qt SQL plugin that has already been written to support LibSQL
@lctong888 said in The method of connecting Qt to LibSQL?:
Is there a Qt SQL plugin that has already been written to support LibSQL
Not that I'm aware of but since a clone of sqlite the QSQlite plugin might be a good start.
-
@lctong888 said in The method of connecting Qt to LibSQL?:
I cannot connect to LibSQL using QSQlite
I never wrote that this is possible. As @SGaist already wrote we don't have a plugin and you have to write it by yourself. As a starting point you can use the QSQlite plugin.