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

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

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 ./...
```