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

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

License

Notifications You must be signed in to change notification settings

thepkg/gcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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")