Repository: cassandra Updated Branches: refs/heads/trunk 33ca487f9 -> 0e80261c1
Doc change: add third party elixir drivers for cassandra Closes #143 Patch by Samar Dhwoj Acharya; Reviewed by Jeff Jirsa for CASSANDRA-13824 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0e80261c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0e80261c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0e80261c Branch: refs/heads/trunk Commit: 0e80261c154c99a2ea541f73d013c088f7fadf3b Parents: 33ca487 Author: Samar Dhwoj Acharya <[email protected]> Authored: Tue Aug 29 16:14:26 2017 -0500 Committer: Jeff Jirsa <[email protected]> Committed: Tue Aug 29 22:21:22 2017 -0700 ---------------------------------------------------------------------- doc/source/getting_started/drivers.rst | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0e80261c/doc/source/getting_started/drivers.rst ---------------------------------------------------------------------- diff --git a/doc/source/getting_started/drivers.rst b/doc/source/getting_started/drivers.rst index e538386..c8d2e1f 100644 --- a/doc/source/getting_started/drivers.rst +++ b/doc/source/getting_started/drivers.rst @@ -110,3 +110,9 @@ Perl ^^^^ - `Cassandra::Client and DBD::Cassandra <https://github.com/tvdw/perl-dbd-cassandra>`__ + +Elixir +^^^^^^ + +- `Xandra <https://github.com/lexhide/xandra>`__ +- `CQEx <https://github.com/matehat/cqex>`__ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
