An open API service indexing awesome lists of open source software.

https://github.com/lreimer/hands-on-cockroach

Demo repository for CockroachDB Serverless.
https://github.com/lreimer/hands-on-cockroach

cockroachdb golang java proof-of-concept serverless

Last synced: about 1 year ago
JSON representation

Demo repository for CockroachDB Serverless.

Awesome Lists containing this project

README

          

# Hands-on CockroachDB

Demo repository for CockroachDB Serverless.

## Hello World Go GORM

```bash
# make sure you have the connect string available from when you created the cluster
cd hello-cockroach-go
go run main.go
```

## Maintainer

M.-Leander Reimer (@lreimer),

## License

This software is provided under the MIT open source license, read the `LICENSE`
file for details.