https://github.com/knu/ruby-bdb1
Ruby bindings for Berkeley DB 1.8x by Guy Decoux
https://github.com/knu/ruby-bdb1
Last synced: 10 months ago
JSON representation
Ruby bindings for Berkeley DB 1.8x by Guy Decoux
- Host: GitHub
- URL: https://github.com/knu/ruby-bdb1
- Owner: knu
- License: other
- Created: 2009-05-13T06:29:30.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:10:22.000Z (over 3 years ago)
- Last Synced: 2025-07-17T11:46:03.882Z (11 months ago)
- Language: C
- Homepage: http://moulon.inra.fr/ruby/bdb1.html
- Size: 144 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE.txt
Awesome Lists containing this project
README
bdb1
====
Synopsis
--------
A Ruby interface to Berkeley DB 1.85 and 1.86
Examples
--------
See the `examples` directory for code examples.
Installation
------------
You can install this module simply by:
gem install bdb1
License
-------
Copyright (c) 2002-2008 Guy Decoux
Copyright (c) 2008-2011 Akinori MUSHA
You can redistribute it and/or modify it under the same term as Ruby.