MassD / mongo

An ocaml driver for mongodb
Other
50 stars 16 forks source link

Lwt for mongodb ? #5

Closed msimon closed 11 years ago

msimon commented 11 years ago

Would you be against lwt to handle all the query to mongo server ?

Let me know

MassD commented 11 years ago

Hi Simon,

Yes, I am planning for this and there is already a issue created for lwt under the milestone 2.

However, I don't want to let the whole mongo driver to depend solely on lwt, instead, I wish for a lwt support version. like cohttp did.

https://github.com/avsm/ocaml-cohttp

MassD commented 11 years ago

I am currently working on another ocaml related stuff. So I am not sure I can do the lwt thing now, although it is planned.

If you can help, I 200% welcome for sure.

msimon commented 11 years ago

I just push on a branch a version using lwt. I'll look how they integrate it in cohttp and make a pull request.

Thanks!