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

Search results for "distribution:MongoDB FLORIAN"

MongoDB - Official MongoDB Driver for Perl (EOL) River stage two • 48 direct dependents • 56 total dependents

This is the official Perl driver for MongoDB <http://www.mongodb.com>. MongoDB is an open-source document database that provides high performance, high availability, and easy scalability. A MongoDB server (or multi-server deployment) hosts a number o...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Error - MongoDB Driver Error classes River stage two • 48 direct dependents • 56 total dependents

This class defines a hierarchy of exception objects....

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Cursor - A lazy cursor for Mongo query results River stage two • 48 direct dependents • 56 total dependents

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Database - A MongoDB Database River stage two • 48 direct dependents • 56 total dependents

This class models a MongoDB database. Use it to construct MongoDB::Collection objects. It also provides the "run_command" method and some convenience methods that use it. Generally, you never construct one of these directly with "new". Instead, you c...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Tutorial - Getting started with MongoDB River stage two • 48 direct dependents • 56 total dependents

The tutorial runs through the basic functionality of the MongoDB package. This is a good starting point if you have never used MongoDB before. The tutorial assumes that you are running a standalone MongoDB database server (i.e. not a replica set) loc...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Examples - Some examples of MongoDB syntax River stage two • 48 direct dependents • 56 total dependents

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::OID - (DEPRECATED) A Mongo Object ID River stage two • 48 direct dependents • 56 total dependents

This class is now an empty subclass of BSON::OID....

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Code - (DEPRECATED) JavaScript code type River stage two • 48 direct dependents • 56 total dependents

This class is now an empty subclass of BSON::Code....

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::IndexView - Index management for a collection River stage two • 48 direct dependents • 56 total dependents

This class models the indexes on a MongoDB::Collection so you can create, list or drop them. For more on MongoDB indexes, see the MongoDB Manual pages on indexing <http://docs.mongodb.org/manual/core/indexes/>...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::BulkWrite - MongoDB bulk write interface River stage two • 48 direct dependents • 56 total dependents

This class constructs a list of write operations to perform in bulk for a single collection. On a MongoDB 2.6 or later server with write command support this allow grouping similar operations together for transit to the database, minimizing network r...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Upgrading - Deprecations and behavior changes from v1 to v2 River stage two • 48 direct dependents • 56 total dependents

The v2 driver represents an evolutionary rather than revolutionary release, but with enough differences to justify a major version bump. The most significant change in v2 is a switch away from the embedded BSON encoder/decoder to an external library,...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::DataTypes - Using MongoDB data types with Perl River stage two • 48 direct dependents • 56 total dependents

MongoDB stores typed data in a data format called BSON (<http://bsonspec.org/>). This document describes how to work with BSON data types in the MongoDB Perl driver. As of the MongoDB Perl driver v2.0.0, the driver relies on the external BSON library...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::DBRef - (DEPRECATED) A MongoDB database reference type River stage two • 48 direct dependents • 56 total dependents

This class is now an empty subclass of BSON::DBRef....

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Monitoring - Internal event monitoring API for instrumentation River stage two • 48 direct dependents • 56 total dependents

The MongoDB::MongoClient takes an optional "monitoring_callback" attribute, which can be used to monitor events that occur during the operation of the driver. The API is very simple: given a code reference, a hashref for each event is passed to the c...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Collection - A MongoDB Collection River stage two • 48 direct dependents • 56 total dependents

This class models a MongoDB collection and provides an API for interacting with it. Generally, you never construct one of these directly with "new". Instead, you call "get_collection" on a MongoDB::Database object....

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::ReadConcern - Encapsulate and validate a read concern River stage two • 48 direct dependents • 56 total dependents

A Read Concern describes the constraints that MongoDB must satisfy when reading data. Read Concern was introduced in MongoDB 3.2....

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::QueryResult - An iterator for Mongo query results River stage two • 48 direct dependents • 56 total dependents

This class defines an iterator against a query result. It automatically fetches additional results from the originating mongod/mongos server on demand. For backwards compatibility reasons, MongoDB::Cursor encapsulates query parameters and generates a...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::MongoClient - A connection to a MongoDB server or multi-server deployment River stage two • 48 direct dependents • 56 total dependents

The "MongoDB::MongoClient" class represents a client connection to one or more MongoDB servers. By default, it connects to a single server running on the local machine listening on the default port 27017: # connects to localhost:27017 my $client = Mo...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::Timestamp - (DEPRECATED) Replication timestamp type River stage two • 48 direct dependents • 56 total dependents

This class is now an empty subclass of BSON::Timestamp....

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC

MongoDB::DeleteResult - MongoDB deletion result object River stage two • 48 direct dependents • 56 total dependents

This class encapsulates the results from a deletion operation....

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC
38 results (0.026 seconds)