Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
416 B
Plaintext
8 lines
416 B
Plaintext
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.
|