Versions in this module Expand all Collapse all v0 v0.2.17 Aug 7, 2020 Changes in this version + func Base64decode(body string) ([]byte, error) + func Base64encode(body []byte) string + func NewSQLGraphStore(rwdb, rodb *sqlx.DB, statements *Statements) (store.GraphStoreServer, error) + func ResolveDriverName(dbmsName string) (string, error) + func Retryable(delegate store.GraphStoreClient, maxAttempts int) store.GraphStoreClient + type Statements struct + CreateGraphDataTable string + DeleteGraphData string + InsertGraphData string + ListGraphData string + SelectGraphDataDownstreamDependencies string + SelectGraphDataUpstreamDependencies string + func DefaultStatementsFor(driver string) (*Statements, error) + func LoadStatements(contents []byte) (*Statements, error) + func LoadStatementsFile(yamlFile string) (*Statements, error)