[Qt-qml] Use CouchDB in QML
Manuel Schölling
manuel.schoelling at gmx.de
Fri Jun 18 19:21:43 CEST 2010
Hi guys,
I didn't like the QML SQL-based database interface, that's why I wanted
to make CouchDB (NoSQL database) work with QML.
Unfortunately, the CouchDB JS API does not work with asynchronous RPC
calls.
That's why I released a modified version (based on CouchDB API v0.10.0).
If you wanna try it:
http://github.com/manuels/Async-CouchDB-API
Cheers,
Manuel
More information about the Qt-qml
mailing list