From 737b14d165e8e70ee564e409a163a214043b0495 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 28 Mar 2015 19:15:45 +0000 Subject: Add databases/p5-Mango, a pure-perl, non-blocking MongoDB driver designed for use with Mojolicious. --- databases/p5-Mango/pkg-descr | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 databases/p5-Mango/pkg-descr (limited to 'databases/p5-Mango/pkg-descr') diff --git a/databases/p5-Mango/pkg-descr b/databases/p5-Mango/pkg-descr new file mode 100644 index 000000000000..2edcfe2d0c20 --- /dev/null +++ b/databases/p5-Mango/pkg-descr @@ -0,0 +1,12 @@ +Mango is a pure-Perl non-blocking I/O MongoDB driver, optimized for use with +the Mojolicious real-time web framework, and with multiple event loop support. +Since MongoDB is still changing rapidly, only the latest stable version is +supported. + +Many arguments passed to methods as well as values of attributes get serialized +to BSON with Mango::BSON, which provides many helper functions you can use to +generate data types that are not available natively in Perl. All connections +will be reset automatically if a new process has been forked, this allows +multiple processes to share the same Mango object safely. + +WWW: https://metacpan.org/pod/Mango -- cgit v1.2.3