As a client I prefer relational database rather than xml
Currently kunagi used xml to save data, is there any way to use relational database to do it?
Statement from Kunagi Team
We use the xml files to persist data, but while running Kunagi manages all data in memory, there is no access to the xml files (just writing changes).
We have no interest in changig this concept, because it would slow down Kunagi and introduce a lot of complexity (database configuration, database dependency, OR-mapping, transaction management,...).
Status
Issue is closed.
Comments
Thu, Mar 27, 2014, 16:12 by Witek (SM,T)
What is your reason why you would like to have Kunagi data in an old school relational database?