Skip to content

mongodb.com

The MongoDB Database

Package Information

  • Domain: mongodb.com
  • Name: mongodb.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +mongodb.com -- $SHELL -i

Programs

This package provides the following executable programs:

  • install_compass
  • mongod
  • mongos

Available Versions

Show all 31 versions
  • 8.1.1, 8.1.0, 8.0.10, 8.0.9, 8.0.8
  • 8.0.7, 8.0.6, 8.0.5, 8.0.4, 8.0.3
  • 8.0.2, 8.0.1, 8.0.0, 7.3.4, 7.3.3
  • 7.0.21, 7.0.20, 7.0.19, 7.0.18, 7.0.17
  • 7.0.16, 7.0.15, 7.0.14, 6.0.24, 6.0.23
  • 6.0.22, 6.0.21, 6.0.20, 6.0.19, 6.0.18
  • 6.0.17

Latest Version: 8.1.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +mongodb.com@8.1.1 -- $SHELL -i

Dependencies

This package depends on:

  • curl.se@8
  • openssl.org@1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.mongodbcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.