jerni a framework to build data-driven products from the ground up
module: @jerni/store-mongo/makeStore
create a MongoDbStore instance from given configurationSummary
type: Function
Parameters
returns
Usages
// create a MongoDbStore instance from given configurationconst makeMongoDbStore = require("@jerni/store-mongo/makeStore");await makeMongoDbStore({name: 'MyServices',url: 'mongodb://localhost:27017',dbName: 'my_service_dev',models: [clients, profiles],});