plott-mongo

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

Usage no npm install needed!

<script type="module">
  import plottMongo from 'https://cdn.skypack.dev/plott-mongo';
</script>

README

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

parameter type description
conn String MongoDB connection uri "mongodb:///". Default ('mongodb://localhost/')
db String database name. Default ('Plott')

Example

plott.mongo();

//=mongoose

Returns Object, mongoose

Installation

Requires nodejs.

$ npm install plott-mongo

Tests

$ npm test