The MongoDB adapter for keyv is fine but I needed a way to pass an existing connection to the adapter.
In the current implementation, the constructor connects to the MongoDB by itself, I couldn't make it work by extending the current class.
So I created my own MongoDB adapter, based on the existing one, removing the feature about MongoDB GridFS I didn't need.