The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.0.0 - 2018-01-05

  • API CHANGES
    • 'create()' now saves the new object in the store upon creation.
  • BUG FIXES
    • multi-field keys are now always joined in the same order.
  • IMPROVEMENTS
    • added StoreModel trait, to have attributes that are themselves store objects.
    • $store->set($object) figures out which model to use based on the object's class.
  • MISC
    • Remove dependency to Method::Signatures; use core signatures instead. (GH#6)
    • documentation fixes.
  • STATISTICS
    • code churn: 16 files changed, 703 insertions(+), 46 deletions(-)

Modules

DBIx::NoSQL as a Moose object store
Role for classes to be handled by DBIx::NoSQL::Store::Manager
Marks attributes to be indexed in the store
Marks attributes defining the object's key in the store
trait for attributes linking to store objects.