https://github.com/google/cayley
Raw File
Tip revision: fa2e7350ef5d745736df573eacd5f619d769dd27 authored by Denys Smirnov on 05 October 2019, 19:44:21 UTC
sql: fix NextPath for optimized queries; fixes #724
Tip revision: fa2e735
cayley_example.yml
store:
  # backend to use
  backend: bolt
  # address or path for the database
  address: "./cayley.db"
  # open database in read-only mode
  read_only: false
  # backend-specific options
  options:
    nosync: false
query:
  timeout: 30s
load:
  ignore_duplicates: false
  ignore_missing: false
  batch: 10000
back to top