https://github.com/y10k/ruby-qdbm
QDBM ruby extension libraries (depot/curia/villa)
https://github.com/y10k/ruby-qdbm
gem library qdbm ruby ruby-qdbm rubygem
Last synced: about 2 months ago
JSON representation
QDBM ruby extension libraries (depot/curia/villa)
- Host: GitHub
- URL: https://github.com/y10k/ruby-qdbm
- Owner: y10k
- Created: 2018-11-11T10:15:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T07:34:19.000Z (over 6 years ago)
- Last Synced: 2026-02-10T04:33:31.242Z (5 months ago)
- Topics: gem, library, qdbm, ruby, ruby-qdbm, rubygem
- Language: Ruby
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ruby-qdbm
=========
QDBM is Quick Database Manager of https://fallabs.com/qdbm/.
This gem provides QDBM ruby extension libraries (depot/curia/villa).
The modifications from original are as follows.
1. The Debian patch is applied for the latest version of ruby.
2. Repacked to rubygems.
Installation
------------
Add this line to your application's Gemfile:
```ruby
gem 'ruby-qdbm'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruby-qdbm
Usage
-----
See https://fallabs.com/qdbm/rbspex.html.
Contributing
------------
Bug reports and pull requests are welcome on GitHub at https://github.com/y10k/ruby-qdbm.
License
-------
The gem is available as open source under the terms of the [LGPL-2.1](https://www.gnu.org/licenses/lgpl-2.1.html).