PDA

View Full Version : Qt based indexed file library or class



RolandHughes
3rd September 2012, 23:53
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

wysota
8th September 2012, 05:31
If you have a c++ solution then simply wrap it in Qt API, if you really need it.