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?

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to