https://github.com/castaneai/spankeys
convenient methods for Cloud Spanner
https://github.com/castaneai/spankeys
cloud-spanner google-cloud-spanner
Last synced: 9 months ago
JSON representation
convenient methods for Cloud Spanner
- Host: GitHub
- URL: https://github.com/castaneai/spankeys
- Owner: castaneai
- License: mit
- Created: 2019-08-28T06:34:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T09:41:53.000Z (almost 6 years ago)
- Last Synced: 2023-08-11T22:51:30.408Z (almost 3 years ago)
- Topics: cloud-spanner, google-cloud-spanner
- Language: Go
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spankeys
convenient methods for Cloud Spanner
## Testing
Set following environment variables.
- `SPANNER_PROJECT_ID`
- `SPANNER_INSTANCE_ID`
- `SPANNER_DATABASE_ID`
```
go test ./...
```