Changes for version 0.7 - 2011-03-17
- Changed the way database connection is made to be more like in the original MongoDB driver (there was no reason to do it differently, this change breaks backwords compatibility though)
- Added the defines_many relationship type that helps embedding documents within a hash reference.
- Added the as_hashref() method to embedded documents.
- Removed the -T option from the shebang line in 01-simple.t as it seems like it causes the whole module finding problems (though I could be wrong)
- Status updated from alpha to beta
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