[Interest] Built in DataBase for Qt 4.8.4

Robert Hairgrove evorgriahr at hispeed.ch
Thu Apr 25 18:18:44 CEST 2013


On Thu, 2013-04-25 at 12:12 -0400, Michael Jackson wrote:
> Is there any "built in" or "In Memory" database structures that are already in Qt 4.8? I have a need for some light searching of our documentation and my idea was to generate an "in-memory" database table that the built in QSQL stuff could use to generate the results from?
> 
> 3rd Party libs maybe?

SQLite has in-memory databases ... and there has been an interface for
SQLite in QtSql for a long time, IIRC.

There is also the QSettings class which might provide all the
functionality you need.

What format do you use to store the documentation?




More information about the Interest mailing list