[Qt-qml] QtJsonDb QML API review
Sivan Greenberg
sivan at omniqueue.com
Wed Nov 23 16:27:52 CET 2011
On Wed, Nov 23, 2011 at 4:31 PM, <jamey.hicks at nokia.com> wrote:
> Yes. It's designed to work well with Qt Quick applications without requiring a lot of memory.
>
> We wanted to make the persistent data portion of a Qt Quick app as easy to write as the graphical part.
>
> We designed it with an eye towards using data from the cloud, which is fetched as json or else as xml which can be automatically converted to json. With QtJsonDb, applications can store that data without designing SQL schemas and without writing any code to write to a SQL database or read from SQL databases.
>
> It supports Views via Map and Reduce and joins as an option on Map.
Why not using an existing solution (for instance Desktop Couch) and
just creating QML "wrapper" api around CouchDB ? CouchDB already has
very very good map/reduce performance and there are mobile CouchDB
versions running everywhere (iOS and Android included). Also, does
that imply that someone might write some code for this:
https://bugreports.qt.nokia.com/browse/QTBUG-12117 . That would make
much much sense in the context of access to a JSON key value store.
How could someone work with you guys and contribute to your effort off
the community ?
-Sivan
More information about the Qt-qml
mailing list