aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Mango/pkg-descr
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-03-28 19:15:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-03-28 19:15:45 +0000
commit737b14d165e8e70ee564e409a163a214043b0495 (patch)
tree483433cc189a439d2f5093ee7b740d785afc8d66 /databases/p5-Mango/pkg-descr
parent5e9054d244633f1f1e2961a6b841aa388b21b143 (diff)
downloadports-737b14d165e8e70ee564e409a163a214043b0495.tar.gz
ports-737b14d165e8e70ee564e409a163a214043b0495.zip
Notes
Diffstat (limited to 'databases/p5-Mango/pkg-descr')
-rw-r--r--databases/p5-Mango/pkg-descr12
1 files changed, 12 insertions, 0 deletions
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