appsignal / mongo-rust-driver

Mongo Rust driver built on top of the Mongo C driver
Apache License 2.0
89 stars 22 forks source link

Feature/add client binding #63

Closed pedrosoares closed 3 years ago

pedrosoares commented 3 years ago

this branch adds the ability to use mongoc driver mongoc_client_new method. Also adds the missing mongoc_cleanup method thats clean allocated memory by the mongoc_init method.

backlog-helper[bot] commented 3 years ago

While performing the daily checks some issues were found with this Pull Request.


New issue guide | Backlog management | Rules | Feedback

backlog-helper[bot] commented 3 years ago

While performing the daily checks some issues were found with this Pull Request.


New issue guide | Backlog management | Rules | Feedback

thijsc commented 3 years ago

Thanks! Just adding these functions to the bindings doesn't expose the functionality, are you planning to add these to the wrappers too?

pedrosoares commented 3 years ago

Yes, i already did it, but i'm testing before submitting the PR.

thijsc commented 3 years ago

Ok! I'm closing this for now, feel free to reopen once this is ready to be considered for merging.