1.0.30 • Published 6 years ago

mongodb-utility v1.0.30

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Utility functions for MongoDB Atlas with Node.js Typescript setup

Installation

  • Install in your project using npm i mongodb-utility

Available functions / API

Environment variables MONGO_USER, MONGO_PASSWORD, MONGO_PATH are needed to use this utility.

connectToTheDatabase() Connect to the MongoDB database

  • @param mongooseInstance mongoose instance to connect to
  • @param enableLogging flag for enabling/disabling logging

getAllDocs() Get all the documents in a collection

  • @param mongooseInstance mongoose instance to connect to
  • @param collectionName instance of the collection
  • @param enableLogging flag for enabling/disabling logging

dropCollection() Drops a collection by it's name

  • @param collectionName name of the collection
  • @param enableLogging flag for enabling/disabling logging

insertMany() Insert many documents to MongoDb instance

  • @param collectionName The name of the collection
  • @param docs The documents which needs to be inserted
  • @param enableLogging flag for enabling/disabling logging

getCompiledModel() Gives the model of the specific schema with the specified name

  • @param modelName The name of the model (generally same as the name of the resultant collection)
  • @param schemaJSON The schema of the model
  • @param enableLogging flag for enabling/disabling logging

Contributions welcome!

Open a new PR here on GitHub.

Run locally

  • Run git clone https://github.com/nordible/mongodb-utility.git this project
  • Run cd mongodb-utility/ to this project
  • Run npm run dev to start the project on local machine

Bugs and Issues

Have a bug or an issue? Open a new issue here on GitHub.

License

Code licensed under MIT. Everything else is CC

Follow us

© nordible

1.0.30

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.24

6 years ago

1.0.23

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.9

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago