E.g. for crontab. I don't want to parse it. I want to run a sql query vs (as a minimum) a jdbc-compliant connection (automagically provided provided by Linux, that returns exactly that).
But I mean - not just for crontab. The more the merrier. devices, services. I understand some of this is ultimately backed by files on the filesystem, but I don't care, I would like a relational abstraction on top, for free, now :-).
I find string parsing files for info is tedious and I would prefer good old sql to get the info I need.
Does anything even related to this exist already?
Otherwise, is this a bad idea? If yes, why?