1.0.30 • Published 4 years ago

mongodb-utility v1.0.30

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago