https://github.com/mbj/ruby-cdb
Ruby cdb reader and writer
https://github.com/mbj/ruby-cdb
Last synced: over 1 year 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 (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-14T21:08:17.000Z (over 15 years ago)
- Last Synced: 2025-04-16T03:13:48.212Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 6
- Watchers: 3
- 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 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!