0.2.0 • Published 1 year ago

@blitzm/azure-mongodb v0.2.0

Weekly downloads
15
License
Blitzm
Repository
-
Last release
1 year 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

0.2.0

1 year ago

0.1.2

3 years ago

0.1.1

5 years ago

0.1.0

5 years ago