Table creation/Postal addresses: Difference between revisions

m
→‎{{header|Ruby}}: permanent => persistent
(→‎{{header|Ruby}}: Add Ruby with PStore.)
m (→‎{{header|Ruby}}: permanent => persistent)
Line 303:
=={{header|Ruby}}==
===With PStore===
PStore implements a permanentpersistent key store with transactions. This is a NoSQL database. Each transaction reads the entire database into memory, and then writes it again, so PStore is not good for large databases.
 
<lang ruby>require 'pstore'
Anonymous user