@feathermint/mongo-connect
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@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);
}

Readme

Keywords

Package Sidebar

Install

npm i @feathermint/mongo-connect

Weekly Downloads

13

Version

1.0.2

License

GPL-3.0-or-later

Unpacked Size

40.1 kB

Total Files

7

Last publish

Collaborators

  • 0xfeathermint