Skip to content
Allen Mills edited this page Jul 26, 2017 · 8 revisions

Home

Retrievable is a Golang Package designed to handle the interaction between Google Appengine's Datastore and Memcache in a very simple to use interface.

Dependencies

For reasons self obvious, this package depends heavily on Google's Appengine

Installation

Installation with GoLang is made very simple, just use the command:

~$ go get -u github.com/Esseh/retrievable

Then you will be able to use Retrievable at any time with the import:

import "github.com/Esseh/retrievable"

The proud team behind this work consists of:

Retrievable

============================ Build Status GoDoc

Clone this wiki locally