The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.43

  • This is a recommended upgrade. There are no backwards-breaking changes, only bug-fixes and enhancements.
  • Enhancements
    • Auto-detects max BSON size for inserts, which means documents larger than 4MB can now be inserted. See L<MongoDB::Connection/max_bson_size> for details.
    • Added the L<MongoDB::Cursor/info> method, which returns meta information about the results being returned.
  • Bug Fixes
    • When high UTF-8 values as hash keys, the driver now croaks instead of segfaulting.
    • Added 'use IO::File' before IO::File is used (Michael Langner)
    • Fixed Perl 5.14 compile (Chip Salzenberg)

Documentation

The data types used with MongoDB
Some examples of MongoDB syntax
Indexing collections
Getting started with MongoDB

Modules

Mongo Driver for Perl
Encoding and decoding utilities (more to come)
JavaScript code
A Mongo collection
A connection to a Mongo server
A cursor/iterator for Mongo query results
A Mongo database
A file storage utility
A Mongo GridFS file
A Mongo ObjectId
Timestamp used for replication