public marks

PUBLIC MARKS from Spone with tags persistence & ruby

30 January 2014 21:30

Persisting data in Ruby with PStore — The blog of Rob Miller, Ruby developer

Fortunately, Ruby’s standard library has us covered with its persistent store library, which it calls PStore; it’s both a specific implementation of a persistent store and also an interface for other implementations. Let’s take a look at both the regular form of PStore and an alternate implementation, to see how it can help us persist data simply and safely.

Spone's TAGS related to tag persistence

ruby +