RubyGems Navigation menu

dbmlite3_jruby 2.0.0.pre.alpha.3

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:
=

install:
=

Versions:

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

Runtime Dependencies (2):

jdbc-sqlite3 ~> 3.32.3.3
sequel ~> 5.65.0

Development Dependencies (2):

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

Requirements:

Sequel, jdbc-sqlite3, JRuby

Owners:

Pushed by:

Authors:

  • Chris Reuter

SHA 256 checksum:

=

Total downloads 1,674

For this version 328

Version Released:

License:

MIT

Required Ruby Version: >= 2.7.0

Required Rubygems Version: > 1.3.1

Links: