You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jj...@apache.org on 2016/11/14 05:58:09 UTC

cassandra git commit: Add third party Perl driver to the documentation

Repository: cassandra
Updated Branches:
  refs/heads/trunk e1427e238 -> 9fe436e4d


Add third party Perl driver to the documentation

Patch by Tom van der Woerdt; Reviewed by Jeff Jirsa for CASSANDRA-12908


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9fe436e4
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9fe436e4
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9fe436e4

Branch: refs/heads/trunk
Commit: 9fe436e4d9a9c08d4366fc71519abc1a76e6fd93
Parents: e1427e2
Author: Tom van der Woerdt <in...@tvdw.eu>
Authored: Sun Nov 13 22:06:57 2016 +0100
Committer: Jeff Jirsa <je...@crowdstrike.com>
Committed: Sun Nov 13 21:56:28 2016 -0800

----------------------------------------------------------------------
 doc/source/getting_started/drivers.rst | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9fe436e4/doc/source/getting_started/drivers.rst
----------------------------------------------------------------------
diff --git a/doc/source/getting_started/drivers.rst b/doc/source/getting_started/drivers.rst
index baec823..e538386 100644
--- a/doc/source/getting_started/drivers.rst
+++ b/doc/source/getting_started/drivers.rst
@@ -105,3 +105,8 @@ Rust
 ^^^^
 
 - `Rust CQL <https://github.com/neich/rust-cql>`__
+
+Perl
+^^^^
+
+- `Cassandra::Client and DBD::Cassandra <https://github.com/tvdw/perl-dbd-cassandra>`__