Automatic compression layer for MongoDB.

Modules

| class Compressor

Compresses and decompresses MongoDB input and output.

Static Properties

class BulkOp

A wrapped bulk operation command which executes its queued jobs in order.

class Client

A wrapped MongoClient.

class Collection

A wrapped MongoDB collection with record compression inlined.

class Cursor

A wrapped cursor with inline decompression.

class Database

A wrapped native driver Db instance.

class IndexInfoCursor

A wrapped Cursor specialized for decompressing index information documents.

Static Functions

connect (
[ options ] ,
) {

Open a connection pool to the database and create a Database instance.

Arguments

database (
[ options ] ,
) {

Open a connection pool to the database and create a Database instance.

Arguments

open (
[ options ] ,
) {

Open a connection pool to the database and create a Client instance.

Arguments

rawConnect (
[ options ] ,
) {

Open a connection pool to the database and create a native Db instance.

Arguments

rawDatabase (
[ options ] ,
) {

Open a connection pool to the database and create a native Db instance.

Arguments

rawOpen (
[ options ] ,
) {

Open a connection pool to the database and create native a MongoClient instance.

Arguments