1.4.0 • Published 9 months ago

@chubbyts/chubbyts-mongodb v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

chubbyts-mongodb

CI Coverage Status Infection MSI npm-version

bugs code_smells coverage duplicated_lines_density ncloc sqale_rating alert_status reliability_rating security_rating sqale_index vulnerabilities

Description

Mongodb helper(s).

Requirements

Installation

Through NPM as @chubbyts/chubbyts-mongodb.

npm i @chubbyts/chubbyts-mongodb@^1.4.0

Usage

upsertIndexes

const mongoClient = await MongoClient.connect('mongodb://localhost');
await upsertIndexes(mongoClient, {
  pet: [
    {
      key: { id: 1 },
      name: 'pet.id',
      unique: true,
    },
    {
      key: { name: 1 },
      name: 'pet.name',
    },
  ]
});

Copyright

2023 Dominik Zogg

1.4.0

9 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.1

10 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago