Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sapling/db-driver-mongodb

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapling/db-driver-mongodb

MongoDB driver for Sapling

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

MongoDB driver for Sapling

GitHub Workflow Status Codecov Version License

This package allows using the MongoDB database engine with Sapling.

Installation

This package can be installed via the Sapling CLI via the project creation questionnaire;

sapling create

Or added to an existing project by re-running the questionnaire;

sapling edit

Manually

Alternatively, if you prefer to install it manually, you can install it via npm;

npm install --save @sapling/db-driver-mongodb

Then, modify your config.json to select the MongoDB driver;

{
    "db": {
        "driver": "MongoDB"
    }
}

Usage

Once installed, Sapling will use MongoDB running on localhost on port 27017 to persist all data.

You can provide alternative host and port via config if you prefer;

{
    "db": {
        "driver": "MongoDB",
        "host": "example.com",
        "port": 27018
    }
}

Questions & Issues

Bug reports, feature requests and support queries can be filed as issues on GitHub. Please use the templates provided and fill in all the requested details.

Changelog

Detailed changes for each release are documented in the release notes.

License

MIT

Keywords

FAQs

Package last updated on 30 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc