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

plott-mongo

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plott-mongo

Creates connection, database and all necessary collections, indexes and models used by Plott.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

plott-mongo

build status

Creates connection, database and all necessary collections, indexes and models used by Plott.

plott.mongo(conn, db)

Creates connection to MongoDB database.

Parameters

parametertypedescription
connStringMongoDB connection uri "mongodb:///". Default ('mongodb://localhost/')
dbStringdatabase name. Default ('Plott')

Example

plott.mongo();

//=mongoose

Returns Object, mongoose

Installation

Requires nodejs.

$ npm install plott-mongo

Tests

$ npm test

Keywords

FAQs

Package last updated on 30 Aug 2015

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