RubyGems Navigation menu

dbmlite3_jruby 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. This is the JRuby version of dbmlite3; it is identical to the MRI version except for its dependencies.

Gemfile:
=

安装:
=

版本列表:

  1. 2.0.1 March 30, 2024 (89.5 KB)
  2. 2.0.0 August 19, 2023 (89.0 KB)
  3. 2.0.0.pre.alpha.6 March 08, 2023 (90.0 KB)
  4. 2.0.0.pre.alpha.4 March 08, 2023 (24.0 KB)
  5. 2.0.0.pre.alpha.3 March 08, 2023 (23.5 KB)

Runtime 依赖 (2):

jdbc-sqlite3 ~> 3.42.0.0
sequel ~> 5.71.0

Development 依赖 (2):

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

要求:

Sequel, jdbc-sqlite3, JRuby

所有者:

推送者:

作者:

  • Chris Reuter

SHA 256 校验和:

=

下载总量 1,904

这个版本 355

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 2.7.0

链接: