mongodb-proxy icon indicating copy to clipboard operation
mongodb-proxy copied to clipboard

MongoDB proxy prototype in node.js

Results 2 mongodb-proxy issues
Sort by recently updated
recently updated
newest added

As I'm trying mongodb-proxy, I've found that using different ```--log_level``` command line values, exclude other log level messages. For example, running the proxy with ``` --log_level info``` and connecting prints...

I want to proxy database `A` to `B`. I mean when a client tries to connect to the `A`, the proxy should connect the client to another database called `B`....