[Qt-interest] Suggestions for Qt-compatible database software

MARTIN Pierre hickscorp at gmail.com
Fri Sep 16 00:14:56 CEST 2011


> I do not mind if the database runs as a separate
> server process, but -- to keep things lightweight
> and simple -- I have would have a modest preference
> for a scheme where the database functionality is
> compiled into the client applications that access
> the data files.
For very simple DB apps without any multiclient needs, we use SQLite. It allows simple joins and is quite fast on access for reasonable tables sizes when indexes are correctly created. See QSqlDatabase and friends.

i personllay also use QDjango, which is a pretty nice ORM built around Qt and very easy to understand and use.

The only thing i dislike about it is that it really doesn't integrates with the built-in MVC components of Qt.

Good luck,
Pierre.




More information about the Qt-interest-old mailing list