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

https://github.com/gcpug/hake

Spanner Generic Column Value Utility
https://github.com/gcpug/hake

google-cloud-spanner

Last synced: 5 months ago
JSON representation

Spanner Generic Column Value Utility

Awesome Lists containing this project

README

          

# gcpug/hake [![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][godoc] [![Go Report Card](https://goreportcard.com/badge/github.com/gcpug/hake)](https://goreportcard.com/report/github.com/gcpug/hake) [![codecov](https://codecov.io/gh/gcpug/hake/branch/master/graph/badge.svg)](https://codecov.io/gh/gcpug/hake)

[godoc]: http://godoc.org/github.com/gcpug/hake

`gcpug/hake` provides utilties for [GenericColumnValue](https://github.com/googleapis/google-cloud-go/blob/6878216cbdc8bc0a808e523cdbfd14f6509040dd/spanner/value.go#L166) which handles Query's Response generically.

## Install

```
go get github.com/gcpug/hake
```

## Usage

All usage are described in [GoDoc](http://godoc.org/github.com/gcpug/hake).