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.
- Host: GitHub
- URL: https://github.com/lreimer/hands-on-cockroach
- Owner: lreimer
- License: mit
- Created: 2022-02-16T07:51:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T13:13:51.000Z (about 3 years ago)
- Last Synced: 2025-03-05T15:02:15.482Z (about 1 year ago)
- Topics: cockroachdb, golang, java, proof-of-concept, serverless
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.