RubyGems Navigation menu

dbmlite3 2.0.1

Lite3::DBM is an object that behaves like a Ruby Hash but stores its data in a SQLite3 database table. It is a drop-in replacement for DBM. Values are optionally serialized with YAML or Marshal, allowing (almost) any Ruby type to be stored. In addition, there is rudimentary support for transactions with emphasis on simplicity and safety.

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

インストール:
=

バージョン履歴:

  1. 2.0.1 - March 30, 2024 (89.5KB)
  2. 2.0.0 - August 19, 2023 (89KB)
  3. 2.0.0.pre.alpha.6 - March 08, 2023 (90KB)
  4. 2.0.0.pre.alpha.4 - March 08, 2023 (23.5KB)
  5. 2.0.0.pre.alpha.3 - March 08, 2023 (23.5KB)
全てのバージョンを表示(全14件)

Runtime依存関係 (2):

sequel ~> 5.71.0
sqlite3 ~> 1.6.1

Development依存関係 (2):

rspec ~> 3.10, >= 3.10.0
yard ~> 0.9.25, >= 0.9.25

必須要件:

Sequel, sqlite3, Ruby MRI

所有者:

プッシュ者:

作者:

  • Chris Reuter

SHA 256チェックサム:

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

累計ダウンロード数 9,868

このバージョンのみ 256

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.7.0

リンク: