How to Setup Go pq Driver for CockroachDB
Introduction This tutorial will demonstrate how to go about connecting Go language to CockroachDB via Go pq driver. Also referred to as Golang, Go language has a syntax similar to C, however, Go has memory safety and CSP-style concurrency. The main syntax changes make the Go code more succinct and easier to read and understand. … Continued