# @blitzm/azure-mongodb

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

Latest version **0.2.0** (published 2024-04-04) · Blitzm license · 0 weekly downloads

## Install

```sh
npm install @blitzm/azure-mongodb
pnpm add @blitzm/azure-mongodb
yarn add @blitzm/azure-mongodb
bun add @blitzm/azure-mongodb
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2024-04-04 |
| First published | 2020-06-16 |
| Weekly downloads | 0 |
| License | Blitzm |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 10.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | tim-blitzm, blitzm-sean, blitzm-admin, blitzm-james |

## Links

- npm: https://www.npmjs.com/package/@blitzm/azure-mongodb
- npm.io page: https://npm.io/package/@blitzm/azure-mongodb

## Dependencies (1)

- [@blitzm/pulumi-utils](https://npm.io/package/@blitzm/pulumi-utils.md) *

## Recent versions

- 0.2.0 (latest) — 2024-04-04
- 0.1.2 — 2022-06-27
- 0.1.1 — 2020-06-16
- 0.1.0 — 2020-06-16

## README

# 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](https://www.npmjs.com/)

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

## Usage

```typescript
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](https://www.blitzm.com.au)

---
_Source: https://npm.io/package/@blitzm/azure-mongodb · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
