Hacker News new | ask | show | jobs
by thijsc 3963 days ago
We encountered this issue because we use MongoDB as our primary database and there was no driver available. I wrote a really nice (if I say so myself) wrapper [1] around the C driver, which really wasn't that much work. I think in general anything you can think of can be used by integrating with a C library.

[1] https://github.com/thijsc/mongo-rust-driver

1 comments

Mongo has been paying a few interns to write a driver, actually. They presented at the last NYC meetup, and I've been doing code review.