Page 1 of 1

Using QxOrm for HTML5

PostPosted: Tue Sep 09, 2014 8:33 pm
by bmsaadat
Hello,

I am new to QT and QxOrm and was wondering if there was any way to use this ORM technology for a web application?

Thanks for any help!

Re: Using QxOrm for HTML5

PostPosted: Wed Sep 10, 2014 7:33 am
by qxorm
Hello,

I am new to QT and QxOrm and was wondering if there was any way to use this ORM technology for a web application?

You can develop with Qt web applications but Qt is not designed for that (at least for now) : with Qt you can easly develop native applications for all platforms (Windows, Linux, MacOSX, iOS, Android, Windows Phone, etc...).

If you want to develop a web application in C++, I would recommend Wt : http://www.webtoolkit.eu/wt
Wt provides its own ORM framework (Wt::dbo), but QxOrm can work without any problem with Wt.