Skip to content

Conversation

@jorisroling
Copy link

Added mongodb as dbConnection.databaseType, like so:

config_development.json

"dbConnection": {
    "databaseType": "mongodb",
    "mongodb": {
      "url": "mongodb://localhost:27017",
      "database": "peppermint"
    }
},

Copy link
Contributor

@dani-corie dani-corie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on Peppermint. :)
In case you're interested in integrating MongoDb support in upstream going forward, could you factor the MongoDb code out into a separate module, so that depending on the configuration, either the Mongo or the Postgres queue module is loaded (sort of like a provider model)?
Many thanks! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants