https://github.com/google/cayley
Raw File
Tip revision: 33c334bf4a98bbfd85f726affad751817c948999 authored by Brendan Ball on 09 December 2018, 17:40:19 UTC
Add sqlite backend
Tip revision: 33c334b
README.md
# Examples

Each of the examples can be run with 

```go run hello_world/main.go```

obviously changing **hello_world** to the one you want to run!

The hello_bolt example requires `go get`.
back to top