It seems that a lot of functions currently only work with the internal Mnesia database. (list users from web admin, delete users that haven't logged in for x days, ...) My question is if this will stay this way or are there plans to have another layer for DB stuff so new functionality is always available for all backends?
I think this is important as a lot of people already have running databases (which high likely isn't Mnesia) and prefer to use them over a second / another database.
Kind regards
muldini wrote: are there
are there plans to have another layer for DB stuff so new functionality is always available for all backends?
Yes, it is a planned feature for the mid term:Idea: Storage abstraction layer . Don't expect it anytime soon, at least in a 'stable way'.