crdb-bun-crud Basic CRUD operations to test out Bun Golang ORM functionality with CockroachDB. Pre-Reqs Update addr var with your Postgres connection string. Run go mod init main.go go get go run .