Project

rrudb

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby NuDB Wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

RuDB - Ruby NuDB wrapper

RuDB provides a native wrapper around the NuDB database. As NuDB is a header only library, this gem includes all the necessary logic builtin to manage a NuDB instance. As per the NuDB requirements, the following are necessary to install this gem:

  • Boost 1.61 or higher (development headers)
  • C++11 or greater

Installation / Documentation

rudb may be installed with the following command:

$ gem install rrudb

(Yes, there are two 'r's in there!)

Usage

See examples/example.rb for a Ruby port of NuDB/examples/example.cpp

License

Copyright (C) 2019 Dev Null Productions

Made available under the MIT License