# README
cayley
import "github.com/coralproject/shelf/internal/platform/db/cayley"
Overview
Package cayley provides support for the cayley Graph DB with a Mongo backend.
Index
- func InitQuadStore(mongoURL string) error
- func New(mongoURL string, ses *mgo.Session) (*cayley.Handle, error)
Package files
func InitQuadStore
func InitQuadStore(mongoURL string) error
InitQuadStore initializes the quadstore.
func New
func New(mongoURL string, ses *mgo.Session) (*cayley.Handle, error)
New creates a new cayley handle.
Generated by godoc2md