Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

CDB reader / writer for ruby
=============================

Author: Markus Schirp
License: Ruby's License

Description:

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!