Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 643 Bytes

gcd (Google Cloud DataStore)

CircleCI Go Report Card godoc

Package gcd provides helpful functions to work with Google Cloud DataStore.

Installation

go get -u github.com/thepkg/gcd

Usage

import "github.com/thepkg/gcd"

ctx := appengine.NewContext(r)
keys := gcd.GetKeys(ctx, "MyKind")
gcd.DropKind(ctx, "MyKind")