https://github.com/google/cayley
Raw File
Tip revision: 8f1a4c75a394c2534559c7a8741ecd5cb1cf4c3c authored by Brendan Ball on 10 December 2018, 14:07:57 UTC
Add docs for sqlite backend
Tip revision: 8f1a4c7
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