On Nov 23, 2011, at 9:00 AM, ext Sivan Greenberg wrote:

> Is QtJsonDb a NoSQL database clone written in c++ qt?
> 
> (I googled and there are just gitorious links, so I decided to ask ;)
> 

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.

At least, that is the goal. Much performance tuning to be done.

Cheers,
Jamey Hicks

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

Reply via email to