SQLite is there. You can specify "memory" as the database. The SQL examples in the documentation do this.
You could use a QSettings object as an in memory database as well. Karl On 2013-04-25 10:12, 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? > > Thanks > --- > Mike Jackson > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest [1] Links: ------ [1] http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
