Module: Poro

Defined in:
lib/poro/version.rb,
lib/poro/context.rb,
lib/poro/context.rb,
lib/poro/context.rb,
lib/poro/context.rb,
lib/poro/modelify.rb,
lib/poro/persistify.rb,
lib/poro/util/inflector.rb,
lib/poro/util/inflector.rb,
lib/poro/context_factory.rb,
lib/poro/util/module_finder.rb,
lib/poro/contexts/hash_context.rb,
lib/poro/contexts/mongo_context.rb,
lib/poro/contexts/mongo_context.rb,
lib/poro/contexts/mongo_context.rb,
lib/poro/util/inflector/methods.rb,
lib/poro/util/inflector/inflections.rb,
lib/poro/context_factories/single_store.rb,
lib/poro/context_factories/namespace_factory.rb,
lib/poro/context_factories/single_store/hash_factory.rb,
lib/poro/context_factories/single_store/mongo_factory.rb

Overview

Poro is a lightweight persistence engine that can use many different data stores to persist information. Poro takes a hands-off approach, attempting to change existing plain ol’ ruby objects as little as possible. For more information see README.rdoc.

Defined Under Namespace

Modules: ContextFactories, Contexts, Modelify, Persistify, Util Classes: Context, ContextFactory

Constant Summary collapse

VERSION =
'0.1.7'