ords-mongodb
v0.5.9
Published
MongoDB connection for ORDS FHIR project
Downloads
5
Readme
ords-mongodb
This module utilize the HookManager from ords-fhir to save all data to a MongoDB database.
use
npm install ords-mongodb --save
In your code you can import the DatabaseConnection
class. To connect to the MongoDB database simply do: new DatabaseConnection(MongodbConnectionstring)