Versions in this module Expand all Collapse all v0 v0.1.0 Mar 28, 2014 Changes in this version + var ErrNotConnected = errors.New("cq: not connected") + var ErrNotImplemented = errors.New("cq: not implemented") + var ErrTransactionsNotSupported = errors.New("cq: transactions aren't supported by your Neo4j version") + func Open(baseURL string) (driver.Conn, error)