The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:BSON"

BSON - BSON serialization and deserialization (EOL) River stage one • 6 direct dependents • 7 total dependents

This class implements a BSON encoder/decoder ("codec"). It consumes "documents" (typically hash references) and emits BSON strings and vice versa in accordance with the BSON Specification <http://bsonspec.org>. BSON is the primary data representation...

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::PP - Pure Perl BSON implementation River stage one • 6 direct dependents • 7 total dependents

This module contains the pure-Perl implementation for BSON encoding and decoding. There is no public API. Use the BSON module and it will choose the best implementation for you....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::XS - XS implementation of MongoDB's BSON serialization (EOL) River stage zero No dependents

This module contains an XS implementation for BSON encoding and decoding. There is no public API. Use the BSON module and it will choose the best implementation for you....

MONGODB/BSON-XS-v0.8.4 - 13 Aug 2020 14:54:04 UTC

BSON::OID - BSON type wrapper for Object IDs River stage one • 6 direct dependents • 7 total dependents

This module provides a wrapper around a BSON Object ID <https://docs.mongodb.com/manual/reference/method/ObjectId/>....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Raw - BSON type wrapper for pre-encoded BSON documents River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON document wrapper for already-encoded BSON bytes. Generally, end-users should have no need for this; it is provided for optimization purposes for MongoDB or other client libraries....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Doc - BSON type wrapper for ordered documents River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper representing a document preserves key-value order. It is currently read-only....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Code - BSON type wrapper for Javascript code River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for the "Javascript code" type and the "Javascript with Scope" BSON types....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

Test::BSON - Test BSON documents River stage zero No dependents

BSON is a binary-encoded extension of JSON. Test::BSON makes it easy to verify that you have built a valid BSON document and that it matches what you expected....

PATCH/Test-BSON-0.01 - 25 Mar 2012 20:30:58 UTC

BSON::Time - BSON type wrapper for date and time River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for a 64-bit date-time value in the form of milliseconds since the Unix epoch (UTC only). On a Perl without 64-bit integer support, the value must be a Math::BigInt object....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Int32 - BSON type wrapper for Int32 River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for a numeric value that would be represented in BSON as a 32-bit integer. If the value won't fit in a 32-bit integer, an error will be thrown....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::DBRef - BSON type wrapper for MongoDB DBRefs River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for MongoDB Database References <http://docs.mongodb.org/manual/reference/database-references/>. A DBRef is a special document format which references another document in the database. DBRefs are not the same ...

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Bytes - BSON type wrapper for binary byte strings River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for binary data represented as a string of bytes....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Regex - BSON type wrapper for regular expressions River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for a PCRE regular expression and optional flags....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Types - Helper functions to wrap BSON type classes River stage one • 6 direct dependents • 7 total dependents

This module provides helper functions for BSON type wrappers. Type wrappers use objects corresponding to BSON types to represent data that would have ambiguous type or don't have a native Perl representation For example, because Perl scalars can repr...

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Array - BSON type wrapper for a list of elements River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper representing a list of elements. It is currently read-only. Wrapping is usually not necessary as an ordinary array reference is usually sufficient. This class is helpful for cases where an array reference coul...

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Int64 - BSON type wrapper for Int64 River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for a numeric value that would be represented in BSON as a 64-bit integer. If the value won't fit in a 64-bit integer, an error will be thrown. On a Perl without 64-bit integer support, the value must be a Mat...

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Double - BSON type wrapper for Double River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for a numeric value that would be represented in BSON as a double....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::MaxKey - BSON type wrapper for MaxKey River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for the special BSON "MaxKey" type. The object returned is a singleton....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

BSON::Decode - Decode BSON file and return a perl data structure! River stage zero No dependents

This is a pure perl BSON decoder. It is simple and without any dependencies. (It was mandatory to allow use in an embeded system) The main use is to compare 2 BSON files Some of the BSON grammar's element are not implemented \x06 Undefined (value) De...

FDULAU/BSON-Decode-0.06 - 09 Aug 2016 17:28:01 UTC

BSON::String - BSON type wrapper for strings River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for a string value. Since Perl does not distinguish between numbers and strings, this module provides an explicit string type for a scalar value....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC
46 results (0.016 seconds)