Our backend service is currently using
gocql driver GitHub - gocql/gocql: Package gocql implements a fast and robust Cassandra client for the Go programming language.
to talk to Apache cassandra.
We would like to migrate from Apache cassandra to yugabyte DB
-
Does the backend service need to replace GoCql driver with yugabyte driver(GitHub - yugabyte/gocql: The YugabyteDB database Go Driver for YCQL, based on the gocql Driver) to talk to YugabyteDB? because Yugabyte Go Driver for YCQL is based on a fork of GoCQL driver.
-
Is there a DB dialect change? Because we set PROTO_VERSION for GoCQL driver
-
Can gocql driver perform TLS communication with yugabytedb?