Is there any way to connect to mongodb via unix socket in python, while the official pymongo module does not support unix socket yet.
I'd like any third-party alternatives, or patches, while I've searched around and did not find one.
I do not like an ORM-style library since the mongodb => python dicts are natural and easy to use, so I did not take something like MongoEngine into account.