adonisjs / rfcs

💬 Sharing big changes with community to add them to the AdonisJs eco-system
52 stars 6 forks source link

MongoDB support #8

Closed mourad-ghafiri closed 6 years ago

mourad-ghafiri commented 6 years ago

Brief history

MongoDB is the leading document NoSQL databases and it is used by many big companies and startups so there is no logical reason to ignore it.

What problem does it solve?

Using adonisjs Lucid standard module to deal with Mongodb as well instead of using thirdparty non maintained packages or the mongo native driver.

Proposal

Relevant links

a great example of lucid overriding to support Mongodb https://github.com/duyluonglc/lucid-mongo

thetutlage commented 6 years ago

Please don't use RFC's as a way to request features. Recommend you to read the README first.

Also, you have to share a proper proposal on how it should be implemented. Right now your RFC is just a feature request, asking us to do all the research work and then implement it.