Commit graph

2 commits

Author SHA1 Message Date
Kurt Jaeger
674869b68a databases/p5-Net-Async-CassandraCQL: fix _DEPENDS
PR:		186057
Submitted by:	az
Reviewed by:	sunpoet
2014-09-05 03:39:47 +00:00
Kurt Jaeger
e539e96c79 New port: databases/p5-Net-Async-CassandraCQL
This module allows use of the CQL3 interface of a Cassandra
database. It fully supports asynchronous operation via IO::Async,
allowing both direct queries and prepared statements to be managed
concurrently, if required. Alternatively, as the interface is entirely
based on Future objects, it can be operated synchronously in a
blocking fashion by simply awaiting each individual operation by
calling the get method.

WWW: http://search.cpan.org/dist/Net-Async-CassandraCQL/

PR:		186057
Submitted by:	admins@perceptyx.com
2014-08-28 14:07:07 +00:00