An open API service indexing awesome lists of open source software.

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)

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).