Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 440 Bytes

File metadata and controls

4 lines (2 loc) · 440 Bytes

This repo contains the source code for a simple CRUD application, written in Go. The application uses the pgx driver to connect to and communicate with an existing CockroachDB cluster.

For instructions on starting CockroachDB and running the code, see this tutorial.