forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
474 B
Text
9 lines
474 B
Text
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/
|