masumsoft / express-cassandra

Cassandra ORM/ODM/OGM for NodeJS with support for Apache Cassandra, ScyllaDB, Datastax Enterprise, Elassandra & JanusGraph.
http://express-cassandra.readthedocs.io
GNU Lesser General Public License v3.0
231 stars 68 forks source link

Yugabyte support? #197

Open BevanR opened 5 years ago

BevanR commented 5 years ago

Would you be open to supporting Yugabyte YCQL?

It is over-the-wire compatible with Cassandra, but has a few differences, such as index name being required in Yugabyte but optional in Cassandra.

If you are open to it I'd like to submit PRs to fix such issues, without breaking Cassandra compatibility.

vindu25 commented 3 years ago

@BevanR can you please share a forked branch with the above fixes, as I'm running into similar issues.