removed unsupported drivers

This commit is contained in:
Brad Schoening 2024-06-03 18:47:25 -04:00 committed by Brad Schoening
parent c713132aa6
commit 7f1c0e9e76
1 changed files with 1 additions and 14 deletions

View File

@ -6,12 +6,7 @@ functionality supported by a specific driver.
== Java
* http://achilles.archinnov.info/[Achilles]
* https://github.com/Netflix/astyanax/wiki/Getting-Started[Astyanax]
* https://github.com/noorq/casser[Casser]
* https://github.com/datastax/java-driver[Datastax Java driver]
* https://github.com/Impetus/kundera[Kundera]
* https://github.com/deanhiller/playorm[PlayORM]
* https://github.com/apache/cassandra-java-driver[Java Driver for Apache Cassandra]
== Python
@ -23,9 +18,7 @@ functionality supported by a specific driver.
== C# / .NET
* https://github.com/pchalamet/cassandra-sharp[Cassandra Sharp]
* https://github.com/datastax/csharp-driver[Datastax C# driver]
* https://github.com/managedfusion/fluentcassandra[Fluent Cassandra]
== Nodejs
@ -33,15 +26,11 @@ functionality supported by a specific driver.
== PHP
* http://code.google.com/a/apache-extras.org/p/cassandra-pdo[CQL | PHP]
* https://github.com/datastax/php-driver/[Datastax PHP driver]
* https://github.com/aparkhomenko/php-cassandra[PHP-Cassandra]
* https://github.com/duoshuo/php-cassandra[PHP Library for Cassandra]
== C++
* https://github.com/datastax/cpp-driver[Datastax C++ driver]
* http://sourceforge.net/projects/libqtcassandra[libQTCassandra]
== Scala
@ -63,8 +52,6 @@ connector]
== Go
* https://github.com/relops/cqlc[CQLc]
* https://github.com/hailocab/gocassa[Gocassa]
* https://github.com/gocql/gocql[GoCQL]
== Haskell