Changes for version 0.002 - 2013-09-20

  • INCOMPATIBLE CHANGE
    • The required 'namespace' parameter was renamed 'model_namespace' for consistency with the new 'collection_namespace' parameter.
  • ADDED
    • Allows specifying a 'collection_namespace' to use custom collection classes that extend Meerkat::Collection
  • INTERNAL
    • Replaced Class::Load with Module::Runtime; now also using Module::Runtime for composing namespaces and class suffixes

Documentation

Meerkat recipes with dos and don'ts
Getting started with Meerkat

Modules

Manage MongoDB documents as Moose objects
Associate a class, database and MongoDB collection
Wrap MongoDB::Cursor to inflate data to objects
DateTime proxy for lazy inflation from an epoch value
Enhances a Moose object with Meerkat methods and metadata
Moose types for Meerkat