From kde-devel Sat Jun 25 12:31:32 2011 From: John Layt Date: Sat, 25 Jun 2011 12:31:32 +0000 To: kde-devel Subject: Re: Storing data Message-Id: <201106251331.33408.jlayt () kde ! org> X-MARC-Message: https://marc.info/?l=kde-devel&m=130900515019296 On Friday 24 Jun 2011 15:07:06 Nathan Bradshaw wrote: > I guess going away from an RDF store, there is sqlite if you don't mind > the dependency. If the app data maps well to relational tables and you're comfortable with sql then it's not a very heavy dependency, it's almost always already installed for something else and so is effectively 'free', and Qt can provide its own instance on other platforms. You can use it via QSql, or the KexiDB or Predicate libraries from KOffice/Calligra, or various Qt and KDE other api's. John. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<