PluginStore API - get row by attribute

Yeah the problem was that the PluginStore is only key-value.
But if a plugin needs multiple attributes assigned to a key, it gets imposible for a sql query to search for a specific attribute.

As a solution I rewrote my plugin to use the ActiveRecord instead, so I can specify my schemes like I want and use the ActiveRecord interface to query for things.

Greetings, André

2 个赞