1.0.2 • Published 7 months ago

@feathermint/mongo-connect v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
7 months ago

@feathermint/mongo-connect

Utility function to establish and verify a connection to MongoDB.

Installation

Install the package with:

npm install @feathermint/mongo-connect

Usage

import * as mongodb from "@feathermint/mongo-connect";

async function client(url, options) {
    return await mongodb.connect(url, options);
}
1.0.2

7 months ago

1.0.1

12 months ago

1.0.0

12 months ago