Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbj/ruby-cdb
Ruby cdb reader and writer
https://github.com/mbj/ruby-cdb
Last synced: 27 days ago
JSON representation
Ruby cdb reader and writer
- Host: GitHub
- URL: https://github.com/mbj/ruby-cdb
- Owner: mbj
- Created: 2011-01-14T20:57:08.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-14T21:08:17.000Z (almost 14 years ago)
- Last Synced: 2024-10-06T03:48:29.976Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
CDB reader / writer for ruby
=============================Author: Markus Schirp
License: Ruby's LicenseDescription:
Currently buggy simple CDB reading an writing plugin for Ruby.
Constant Database Reference:
http://cr.yp.to/cdb.html
Requirements:
=============* Ruby 1.9.*
* TinyCDB, with headers.TODO:
=====* Add support for buildin atomic updates (move after create)
* Documentation
* Proper testing
* Good gemspec
* Make this more a rubish library, package and so on...Other:
======Pull requests and bug reports are welcome!