qmgo icon indicating copy to clipboard operation
qmgo copied to clipboard

feat: add AsMongoDriver() to adapt to go-mongo-driver

Open chenyanzz opened this issue 1 year ago • 2 comments

chenyanzz avatar Sep 16 '23 09:09 chenyanzz

When do you need to do this? It feels troublesome.

jiangz222 avatar Sep 28 '23 07:09 jiangz222

@jiangz222 I imagine when you need to access the underlying APIs of mongo-driver directly. There can be tasks one needs to accomplish that qmgo doesn't expose/support fully or at all. This PR seems like a good workaround until it can be integrated by qmgo properly (if at all).

tnypxl avatar Nov 07 '23 21:11 tnypxl