0.13.0 • Published 5 years ago

@emeralt/database-mongodb v0.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@emeralt/database-mongodb

Emeralt database plugin to store packages in MongoDB

Install

Using npm:

npm install @emeralt/database-mongodb

or using yarn:

yarn add @emeralt/database-mongodb

Usage

new EmeraltDatabaseMongoDB(options)

Options

type Options = {
  // mongodb connection URI
  uri?: string

  // indexing configuration
  // by default, indexing is enabled (indexing property is undefined)
  // but it can be disabled explicitly by setting indexing to false
  indexing?:
    | {
        metadatas: boolean
        versions: boolean
        options?: IndexOptions
      }
    | false
}
0.13.0

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.0

5 years ago