What's the best way to store data with a plugin?

I think we should probably deprecate PluginStore cc @david , it just leads to pain down the line.

Creating new tables and models are the way to go imo.

Post and Topic custom fields can work for this. Downside though is indexing can be tricky cause it does not feel right to add indexes to core tables. Which is back to just introducing new tables.

1 Like