Hello,
I'm searching for some help / best practice how to save data in plugins. I'm planning to extend my plugin. The goal is to manage a list of emails addresses by the plugin. (At the moment this has to be handled by the site admin.) If I decide to create a data pool, this must be as most secure as possible.
My questions are:
- How should I store the data?
(My thoughts: Grav is a flat file CMS, so CSV files are the first option. But sqlite or an external database is also a possible way.)