RubyGems Navigation menu

volatiledb 0.0.4

The VolatileDB gem allows you to specify a key and an action yielding a particular piece of data. This data will be stored in the /tmp folder of the file system you are currently running on. Data is accessible by key. Data will be read and written to storage using File.read() and File.open() -- that's it. It's up to the consuming application to serialize and deserialize data correctly. All VolatileDB does is push and pull data to the FS. If the underlying file supporting the data is found to be missing, it will be re-initialized. This gets to the main idea behind VolatileDB: use it to persist data that is transient and can be re-seeded periodically as conditions change.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0.0 - January 11, 2012 (52KB)
  2. 0.0.4 - January 11, 2012 (52KB)
  3. 0.0.3 - January 10, 2012 (6KB)
  4. 0.0.2 - January 04, 2012 (5KB)
  5. 0.0.1 - January 04, 2012 (5KB)

所有者:

作者:

  • Sebastian Wittenkamp (bitops)

SHA 256チェックサム:

a8d8c7deb5782e94a341bc3081884a9ba2938b5adc1cf1ab71d4963fcaff4ab3

累計ダウンロード数 15,890

このバージョンのみ 2,973

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: