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:
=
install:
=
Versions:
- 2.0.1 March 30, 2024 (89.5 KB)
- 2.0.0 August 19, 2023 (89 KB)
- 2.0.0.pre.alpha.6 March 08, 2023 (90 KB)
- 2.0.0.pre.alpha.4 March 08, 2023 (23.5 KB)
- 2.0.0.pre.alpha.3 March 08, 2023 (23.5 KB)
Requirements:
Sequel, sqlite3, Ruby MRI