NAME
MongoDBI - A proper ODM (Object-Document-Mapper) for MongoDB
VERSION
version 0.0.1_01
SYNOPSIS
package CDDB;
use MongoDBI;
app {
# shared mongodb connection
database => {
name => 'mongodbi_cddb',
host => 'mongodb://localhost:27017'
},
# load child doc classes
more»
# NAME
MongoDBI - A proper ODM (Object-Document-Mapper) for MongoDB
# VERSION
version 0.0.1_01
# SYNOPSIS
package CDDB;
use MongoDBI;
app {
# shared mongodb connection
database => {
name => 'mongodbi_cddb',
host => 'mongodb://localhost:27017'
},
# load child doc classes
classes => {
sel
more»
This file documents the revision history for the Perl library MongoDBI.
0.0.1 0000-00-00
- add support for gridfs fields
- figure out a means to prevent reserved word, database keyword and schema
attribute naming collisions
x collapsing currently only collapses dirty fields but should be mindful
of fields with default values
x child and relative docum
more»