Can I add a database to QML's Local Storage system?

173 Views Asked by At

I'm trying to write a desktop widget (plasmoid) for KDE Plasma. I've got a nice sqlite database I've put together. I discovered the QML LocalStorage database system today, but in my opinion it's not well documented.

My main question is... can I add my database to this system somehow?

It'd be great if I could use this built-in sqlite client system, because it means I could distribute my little widget without the need for any kind of C++ backend (which would need compiling; if it I could do it all in Javascript, I'd be set.)

0

There are 0 best solutions below