RubyFlow The Ruby and Rails community linklog

Persisting data with PStore

Have you ever hand-rolled your own code for persisting a hash to a file? Don’t do that! The standard library has you covered: use PStore instead, and gain transactions, multi-process safety, and more.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in