Re: [Interest] how can we use MongoDB with Qt QML

2014-01-14 Thread Sujan Dasmahapatra
Thanks Jordi your links are useful I appreciate it. Thanks Sujan On Tue, Jan 14, 2014 at 4:07 PM, Jordi Pujol Foyo wrote: > I never tsted MongoDB, but a simple search with google like this > https://www.google.es/search?q=mongodb+qt+driver&oq=mongodb+with > > +qt&aqs=chrome.3.69i57j0l3.10824j0j1

Re: [Interest] how can we use MongoDB with Qt QML

2014-01-14 Thread Jordi Pujol Foyo
I never tsted MongoDB, but a simple search with google like this https://www.google.es/search?q=mongodb+qt+driver&oq=mongodb+with +qt&aqs=chrome.3.69i57j0l3.10824j0j1&client=ubuntu-browser&sourceid=chrome&ie=UTF-8 In the first position, it's own C++ driver... http://docs.mongodb.org/ecosystem/tuto

[Interest] how can we use MongoDB with Qt QML

2014-01-14 Thread Sujan Dasmahapatra
I need to use mongoDB no-sql database with my QML project. can I get some guide on this?i have downloaded the zip file of mongodb for win32 bit. For using SQL database like mysql and sqlite we need to configure QT for these databases. Do I need to do similar configuration for using mongoDB?. A