Repository: cassandra Updated Branches: refs/heads/trunk 694b3c401 -> 0c570c058
Add link to driver for the Dart programming language Closes #153 Patch by Achilleas Anagnostopoulos; Reviewed by Jeff Jirsa Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0c570c05 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0c570c05 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0c570c05 Branch: refs/heads/trunk Commit: 0c570c0585e5177f8a0298cd21136d44a8842ea6 Parents: 694b3c4 Author: Achilleas Anagnostopoulos <[email protected]> Authored: Thu Sep 28 11:02:02 2017 +0100 Committer: Jeff Jirsa <[email protected]> Committed: Mon Oct 2 11:44:12 2017 -0700 ---------------------------------------------------------------------- doc/source/getting_started/drivers.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0c570c05/doc/source/getting_started/drivers.rst ---------------------------------------------------------------------- diff --git a/doc/source/getting_started/drivers.rst b/doc/source/getting_started/drivers.rst index c8d2e1f..9a2c156 100644 --- a/doc/source/getting_started/drivers.rst +++ b/doc/source/getting_started/drivers.rst @@ -116,3 +116,8 @@ Elixir - `Xandra <https://github.com/lexhide/xandra>`__ - `CQEx <https://github.com/matehat/cqex>`__ + +Dart +^^^^ + +- `dart_cassandra_cql <https://github.com/achilleasa/dart_cassandra_cql>`__ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
