Qt based indexed file library or class
All,
I'm looking for a Qt based (or compatible) indexed file library or class. We don't really want to add in the burden of SQLite. Looking for something more along the lines of what C-Index/II and Greenleaf Database used to do, but Qt based so a bit more portable. There used to be hundreds of these libraries out there for C/C++ back in the day, but I would like to find a Qt based one.
Roland
Re: Qt based indexed file library or class
If you have a c++ solution then simply wrap it in Qt API, if you really need it.