Sha256: 51462924ca1ef739cabca894158e0098a18dfb391e1eb77c9807f4b7c50413c0

Contents?: true

Size: 833 Bytes

Versions: 4

Compression:

Stored size: 833 Bytes

Contents

MongoDB Client Encryption
=========================

The Node.js wrapper for [`libmongocrypt`](../../README.md)

### Installation

You can install `mongodb-client-encryption` with the following:

```bash
npm install mongodb-client-encryption
```

### Development 
#### Setup 

Run the following command to build libmongocrypt and setup the node bindings for development:

```shell
bash ./etc/build-static.sh
```


#### Testing

Some tests require a standalone server to be running with authentication enabled.  Set up a single 
server running with the following conditions:

| param     | value     | 
|-----------|-----------|
| host      | localhost |
| port      | 27017     |

This is the standard setup for a standalone server with no authentication.

Run the test suite using:

```bash
npm test
```

# Documentation

{{>main}}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
libmongocrypt-helper-1.8.0.0.1001 ext/libmongocrypt/libmongocrypt/bindings/node/etc/README.hbs
libmongocrypt-helper-1.7.4.0.1002 ext/libmongocrypt/libmongocrypt/bindings/node/etc/README.hbs
libmongocrypt-helper-1.7.4.0.1001 ext/libmongocrypt/libmongocrypt/bindings/node/etc/README.hbs
libmongocrypt-helper-1.7.4.0.1000 ext/libmongocrypt/libmongocrypt/bindings/node/etc/README.hbs