CryBase
Top-level namespace for the CryBase database client toolkit.
Each supported database lives in its own sub-namespace under CryBase,
implementing the abstractions defined in CryBase::Interfaces.
Currently shipped backend: CryBase::CouchBase.
require "crybase"
client = CryBase::CouchBase::Client.new("couchbase://localhost")
client.connect
Constants
VERSION = "0.0.5"
Shard version, kept in sync with shard.yml.
CryBase::VERSION # => "0.0.5"