4sh / datamaintain

One tool to maintain all your database schemas!
Apache License 2.0
25 stars 6 forks source link

Add mongosh support #162

Closed nroulon closed 2 years ago

nroulon commented 3 years ago

mongo is deprecated over mongosh in mongo 5. The CLI mongosh is compatible with mongo 4+. We need to support mongosh and mongo.

Pass with a parameter or an existing one if you want to use mongo or mongosh ? For docker image add mongosh in mongo 4 and 5 or do a specific image for mongo and one for mongosh ?