|
|
|
|
|
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 |
|