0.5.8 • Published 2 years ago

primate-mongodb-store v0.5.8

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

Primate MongoDB store

This store module facades MongoDB, allowing you to work with MongoDB databases.

Requirements

MongoDB needs to be installed. On Arch Linux it is installable via the AUR. You will typically need a AUR helper for that.

yay -S mongodb-bin

If you use another operating system, consult its package manager or the MongoDB website on how to install and run it.

Installing

npm install primate-mongodb-store

Using

Import the module and instance a store with name (database name) and path (path to MongoDB).

import MongoDBStore from "primate-mongodb-store";
export default new MongoDBStore({"name": "app", "path": "mongodb://localhost"});

License

BSD-3-Clause

0.5.8

2 years ago

0.5.7

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.2-p01

2 years ago

0.4.2

2 years ago