> I saw the quite impressive QML presentation at LinuxTag and I liked it.
> But what I dislike is QML's SQL-based database interface, so I decided
> to implement a MongoDB-based NoSQL database interface for QML.

I wrote it and I don't like it either. It's following the HTML5 model. Way too 
complicated, IMHO, but the theory is that it lets you port/share web JS code 
more easily.

If you just want key-value, there is an HTML5 draft for that too that you could 
follow. If you want somewhere in between, I suspect MongoDB is an excellent 
choice.

> To do so I'd need to implement a QScriptClass-like class.

You shouldn't *have* to do that (the current QML SQL doesn't, for example).

> Are there plans to 'publish' this class in the near future?

We'll publish many private classes as we refine them. Not in 4.7 though. In 4.7 
we're deliberately keeping the API very narrow.

--
Warwick

_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to