It's a light, stripped-out version of MongoKit.
It strips lots of MongoKit features, replacing them with best practices.
Here are some key features of "MongoLite":
· Schema less feature
· Inheritance and polymorphisme support
· Skeleton generation (the object is automatically filled by the correct fields)
· Nested and complex schema declaration
· Default values features
· Random query support (which returns a random document from the database)
· JSON helpers
· GridFS support
What's New in This Release: [ read full changelog ]
· Fork from MongoKit, strip all unwanted features.