I'm developing a PHP application where I have to store configuration variables.
Using MySQL would be overkill, because it's a CLI app I'm talking about and there are only a couple of configuration variables.
I don't know about INI files... I'm thinking of using SQLite.
What do you think? It is too overkill using SQLite? Do you suggest using other approaches?