Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 350 Bytes

Asynchronous MongoDB client using AnyEvent

This driver allows you to connect to MongoDB from Perl using AnyEvent.

To install, run:

$ perl Makefile.PL
$ make
$ sudo make install

WARNING!!!! WARNING!!!! This code is still very much a work in progress, WARNING!!!! do not depend on anything not changing WARNING!!!!