0.1.2 • Published 2 years ago

@blitzm/azure-mongodb v0.1.2

Weekly downloads
15
License
Blitzm
Repository
-
Last release
2 years ago

Blitzm Cloud - Azure MongoDB

@blitzm/azure-mongodb is a typescript library for creating a mongDB by using Azure Cosmos DB.

Installation

This package can be installed using npm

npm install --save --save-exact @blitzm/azure-mongodb

Usage

import { AzureMongoDB } from '@blitzm/azure-mongodb'

const mongoDB = new AzureMongoDB('db', {
  resourceGroup: resourceGroup
  consistencyLevel: 'Strong'
})

export const connectionString = mongoDB.connectionString

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Blitzm