Changes for version 0.8 - 2011-05-09
- Added the option to tell MongoDBx::Class where to search for document classes (see the document_dirs attribute)
- Added a new question/answer to the FAQ section of the tutorial explaining when and why MongoDBx::Class might fail to expand documents to their respective classes
- Fixed bug causing MongoDBx::Class to fail when a document class has attributes that hold blessed values of classes that do not use Moose.
- 01-simple.t now drops the test database before and after running the test.
- renamed the test schema to prevent clashing with other namespaces
Documentation
Tutorial for using MongoDBx::Class
Modules
Flexible ORM for MongoDB databases
A MongoDBx::Class collection object
A connection to a MongoDB server
A MongoDBx::Class cursor/iterator object for query results
A MongoDBx::Class database object
A MongoDBx::Class document role
A MongoDBx::Class embedded (sub-)document role
Attribute traits provided by MongoDBx::Class
Extends Moose with common relationships for MongoDBx::Class documents
A Moose role for automatically expanded and collapsed document attributes.
An automatic DateTime parser for MongoDBx::Class document classes
An embedded document representing a reference to a different document (thus establishing a relationship)
Provides
in lib/MongoDBx/Class/Meta/AttributeTraits.pm
in lib/MongoDBx/Class/Meta/AttributeTraits.pm