On Monday, September 14, 2015 at 10:54:01 AM UTC-7, Nick Tomlin wrote: > > I'm looking for a sequel plugin that provides similar functionality to > rails-settings <https://github.com/ledermann/rails-settings> to manage > user preferences in my application. I've looked at the plugins > <http://sequel.jeremyevans.net/plugins.html> page but couldn't find > anything similar. > > I'm not aware of a similar plugin for Sequel. In general, I don't recommend the EAV approach used by rails-settings except as a last resort. If you are using PostgreSQL, a jsonb/hstore column for storing settings is a better approach.
Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
