Class: DataMapper::Adapters::Tokyo::TyrantAdapter

Inherits:
CabinetAdapter
  • Object
show all
Defined in:
lib/dm-tokyo-adapter/tyrant.rb

Overview

A DataMapper Tokyo Tyrant table store adapter.

tokyocabinet.sourceforge.net/tyrantdoc/ tokyocabinet.sourceforge.net/spex-en.html#features_tctdb

The Tokyo Cabinet table storage engine doesn’t require a predefined schema and as such properties in your resource are only used by the adapter for typecasting. There is no need to migrate your resource when you create, update or delete properties.

See

DataMapper::Adapters::Tokyo::Query

Table Query.

Method Summary

Methods inherited from CabinetAdapter

#create, #delete, #read, #update