Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / p5-Net-Async-CassandraCQL / pkg-descr
1 This module allows use of the CQL3 interface of a Cassandra
2 database. It fully supports asynchronous operation via IO::Async,
3 allowing both direct queries and prepared statements to be managed
4 concurrently, if required. Alternatively, as the interface is entirely
5 based on Future objects, it can be operated synchronously in a
6 blocking fashion by simply awaiting each individual operation by
7 calling the get method.
8
9 WWW: http://search.cpan.org/dist/Net-Async-CassandraCQL/