aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Net-Async-CassandraCQL/pkg-descr
blob: c38d10c975e667203fa348c90e8da21df2d6f9b8 (plain) (blame)
1
2
3
4
5
6
7
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.